package
expressions
Type Members
-
case class
Area(child: Expression) extends UnaryExpression with CodegenFallback with ImplicitCastInputTypes with NullIntolerant with Product with Serializable
-
case class
IOU(leftBox: Expression, rightBox: Expression) extends BinaryExpression with CodegenFallback with ImplicitCastInputTypes with NullIntolerant with Product with Serializable
-
case class
ToStruct(child: Expression) extends UnaryExpression with CodegenFallback with NullIntolerant with Product with Serializable