Package io.substrait.proto
Interface Expression.Literal.ListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Expression.Literal.List,Expression.Literal.List.Builder
- Enclosing class:
- Expression.Literal
public static interface Expression.Literal.ListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValues(int index) A homogeneously typed list of literalsintA homogeneously typed list of literalsA homogeneously typed list of literalsgetValuesOrBuilder(int index) A homogeneously typed list of literalsList<? extends Expression.LiteralOrBuilder>A homogeneously typed list of literalsMethods 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.Literal> getValuesList()A homogeneously typed list of literals
repeated .substrait.Expression.Literal values = 1; -
getValues
A homogeneously typed list of literals
repeated .substrait.Expression.Literal values = 1; -
getValuesCount
int getValuesCount()A homogeneously typed list of literals
repeated .substrait.Expression.Literal values = 1; -
getValuesOrBuilderList
List<? extends Expression.LiteralOrBuilder> getValuesOrBuilderList()A homogeneously typed list of literals
repeated .substrait.Expression.Literal values = 1; -
getValuesOrBuilder
A homogeneously typed list of literals
repeated .substrait.Expression.Literal values = 1;
-