Packages

package expressions

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. expressions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. 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.

  3. 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

  1. val EmptyRow: InternalRow

Inherited from AnyRef

Inherited from Any

Ungrouped