Package io.substrait.proto
Interface Expression.Literal.StructOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Expression.Literal.Struct,Expression.Literal.Struct.Builder
- Enclosing class:
- Expression.Literal
public static interface Expression.Literal.StructOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFields(int index) A possibly heterogeneously typed list of literalsintA possibly heterogeneously typed list of literalsA possibly heterogeneously typed list of literalsgetFieldsOrBuilder(int index) A possibly heterogeneously typed list of literalsList<? extends Expression.LiteralOrBuilder>A possibly heterogeneously 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
-
getFieldsList
List<Expression.Literal> getFieldsList()A possibly heterogeneously typed list of literals
repeated .substrait.Expression.Literal fields = 1; -
getFields
A possibly heterogeneously typed list of literals
repeated .substrait.Expression.Literal fields = 1; -
getFieldsCount
int getFieldsCount()A possibly heterogeneously typed list of literals
repeated .substrait.Expression.Literal fields = 1; -
getFieldsOrBuilderList
List<? extends Expression.LiteralOrBuilder> getFieldsOrBuilderList()A possibly heterogeneously typed list of literals
repeated .substrait.Expression.Literal fields = 1; -
getFieldsOrBuilder
A possibly heterogeneously typed list of literals
repeated .substrait.Expression.Literal fields = 1;
-