Package io.substrait.proto
Interface Expression.MultiOrList.RecordOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Expression.MultiOrList.Record,Expression.MultiOrList.Record.Builder
- Enclosing class:
- Expression.MultiOrList
public static interface Expression.MultiOrList.RecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFields(int index) repeated .substrait.Expression fields = 1;intrepeated .substrait.Expression fields = 1;repeated .substrait.Expression fields = 1;getFieldsOrBuilder(int index) repeated .substrait.Expression fields = 1;List<? extends ExpressionOrBuilder>repeated .substrait.Expression fields = 1;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()repeated .substrait.Expression fields = 1; -
getFields
repeated .substrait.Expression fields = 1; -
getFieldsCount
int getFieldsCount()repeated .substrait.Expression fields = 1; -
getFieldsOrBuilderList
List<? extends ExpressionOrBuilder> getFieldsOrBuilderList()repeated .substrait.Expression fields = 1; -
getFieldsOrBuilder
repeated .substrait.Expression fields = 1;
-