Class Expression.NestedList

java.lang.Object
io.substrait.expression.Expression.NestedList
All Implemented Interfaces:
Expression, Expression.Nested, FunctionArg
Direct Known Subclasses:
ImmutableExpression.NestedList
Enclosing interface:
Expression

@Immutable public abstract static class Expression.NestedList extends Object implements Expression.Nested
A nested list expression with one or more elements.

Note: This class cannot be used to construct an empty list. To create an empty list, use ExpressionCreator.emptyList(boolean, Type) which returns an Expression.EmptyListLiteral.