Package io.substrait.proto
Interface Expression.Nested.StructOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Expression.Nested.Struct,Expression.Nested.Struct.Builder
- Enclosing class:
- Expression.Nested
public static interface Expression.Nested.StructOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFields(int index) Zero or more possibly heterogeneously-typed list of expressions that form the struct fields.intZero or more possibly heterogeneously-typed list of expressions that form the struct fields.Zero or more possibly heterogeneously-typed list of expressions that form the struct fields.getFieldsOrBuilder(int index) Zero or more possibly heterogeneously-typed list of expressions that form the struct fields.List<? extends ExpressionOrBuilder>Zero or more possibly heterogeneously-typed list of expressions that form the struct fields.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
-
getFieldsList
List<Expression> getFieldsList()Zero or more possibly heterogeneously-typed list of expressions that form the struct fields.
repeated .substrait.Expression fields = 1; -
getFields
Zero or more possibly heterogeneously-typed list of expressions that form the struct fields.
repeated .substrait.Expression fields = 1; -
getFieldsCount
int getFieldsCount()Zero or more possibly heterogeneously-typed list of expressions that form the struct fields.
repeated .substrait.Expression fields = 1; -
getFieldsOrBuilderList
List<? extends ExpressionOrBuilder> getFieldsOrBuilderList()Zero or more possibly heterogeneously-typed list of expressions that form the struct fields.
repeated .substrait.Expression fields = 1; -
getFieldsOrBuilder
Zero or more possibly heterogeneously-typed list of expressions that form the struct fields.
repeated .substrait.Expression fields = 1;
-