package expressions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- expressions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
abstract
class
QuaternaryExpression extends Expression
An expression with four inputs and one output.
An expression with four inputs and one output. The output is by default evaluated to null if any input is evaluated to null.
-
abstract
class
QuinaryExpression extends Expression
An expression with five inputs and one output.
An expression with five inputs and one output. The output is by default evaluated to null if any input is evaluated to null.
-
abstract
class
SenaryExpression extends Expression
An expression with six inputs and one output.
An expression with six inputs and one output. The output is by default evaluated to null if any input is evaluated to null.
Value Members
- val EmptyRow: InternalRow