Packages

package catalog

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class BoundFunction(name: String, args: Seq[DataType], returnType: DataType) extends SQLFunction with Product with Serializable
  2. trait Catalog extends AnyRef
  3. abstract class DataType extends AnyRef
  4. trait FunctionCatalog extends AnyRef

    Manage the list of unbounded functions, whose types are not resolved yet.

  5. class InMemoryCatalog extends Catalog
  6. trait SQLFunction extends AnyRef
  7. trait SQLFunctionType extends AnyRef
  8. case class UnboundFunction(name: String, args: Seq[DataType], returnType: DataType) extends SQLFunction with Product with Serializable

Value Members

  1. object Catalog
  2. object DataType extends LogSupport
  3. object DataTypeParser extends RegexParsers with LogSupport
  4. object UnboundFunction extends Serializable

Ungrouped