Package io.substrait.proto
Interface Expression.Nested.ListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Expression.Nested.List,Expression.Nested.List.Builder
- Enclosing class:
- Expression.Nested
public static interface Expression.Nested.ListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValues(int index) A homogeneously-typed list of one or more expressions that form the list entries.intA homogeneously-typed list of one or more expressions that form the list entries.A homogeneously-typed list of one or more expressions that form the list entries.getValuesOrBuilder(int index) A homogeneously-typed list of one or more expressions that form the list entries.List<? extends ExpressionOrBuilder>A homogeneously-typed list of one or more expressions that form the list entries.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValuesList
List<Expression> getValuesList()A homogeneously-typed list of one or more expressions that form the list entries. To specify an empty list, use Literal.empty_list (otherwise type information would be missing).
repeated .substrait.Expression values = 1; -
getValues
A homogeneously-typed list of one or more expressions that form the list entries. To specify an empty list, use Literal.empty_list (otherwise type information would be missing).
repeated .substrait.Expression values = 1; -
getValuesCount
int getValuesCount()A homogeneously-typed list of one or more expressions that form the list entries. To specify an empty list, use Literal.empty_list (otherwise type information would be missing).
repeated .substrait.Expression values = 1; -
getValuesOrBuilderList
List<? extends ExpressionOrBuilder> getValuesOrBuilderList()A homogeneously-typed list of one or more expressions that form the list entries. To specify an empty list, use Literal.empty_list (otherwise type information would be missing).
repeated .substrait.Expression values = 1; -
getValuesOrBuilder
A homogeneously-typed list of one or more expressions that form the list entries. To specify an empty list, use Literal.empty_list (otherwise type information would be missing).
repeated .substrait.Expression values = 1;
-