package catalog
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class BoundFunction(name: String, args: Seq[DataType], returnType: DataType) extends SQLFunction with Product with Serializable
- trait Catalog extends AnyRef
- abstract class DataType extends AnyRef
- trait FunctionCatalog extends AnyRef
Manage the list of unbounded functions, whose types are not resolved yet.
- class InMemoryCatalog extends Catalog
- trait SQLFunction extends AnyRef
- trait SQLFunctionType extends AnyRef
- case class UnboundFunction(name: String, args: Seq[DataType], returnType: DataType) extends SQLFunction with Product with Serializable
Value Members
- object Catalog
- object DataType extends LogSupport
- object DataTypeParser extends RegexParsers with LogSupport
- object UnboundFunction extends Serializable