object TableFunctionRegistry
- Alphabetic
- By Inheritance
- TableFunctionRegistry
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type TableFunctionBuilder = (Seq[Expression]) => LogicalPlan
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val builtin: SimpleTableFunctionRegistry
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val functionSet: Set[FunctionIdentifier]
- def generator[T <: Generator](name: String, outer: Boolean = false)(implicit arg0: ClassTag[T]): (String, (ExpressionInfo, TableFunctionBuilder))
- def generatorBuilder[T <: GeneratorBuilder](name: String, builder: T, since: Option[String] = None)(implicit arg0: ClassTag[T]): (String, (ExpressionInfo, TableFunctionBuilder))
A function used for table-valued functions to return a builder that when given input arguments, will return a function expression representing the table-valued functions.
A function used for table-valued functions to return a builder that when given input arguments, will return a function expression representing the table-valued functions.
- T
Type of the builder
- name
Name of the function
- builder
Object which will build the expression given input arguments
- since
Time of implementation
- returns
A tuple of the function name, expression info, and function builder
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logicalPlans: Map[String, (ExpressionInfo, TableFunctionBuilder)]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()