Package io.substrait.proto
Interface Expression.MultiOrListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Expression.MultiOrList,Expression.MultiOrList.Builder
- Enclosing class:
- Expression
public static interface Expression.MultiOrListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetOptions(int index) repeated .substrait.Expression.MultiOrList.Record options = 2;intrepeated .substrait.Expression.MultiOrList.Record options = 2;repeated .substrait.Expression.MultiOrList.Record options = 2;getOptionsOrBuilder(int index) repeated .substrait.Expression.MultiOrList.Record options = 2;List<? extends Expression.MultiOrList.RecordOrBuilder>repeated .substrait.Expression.MultiOrList.Record options = 2;getValue(int index) repeated .substrait.Expression value = 1;intrepeated .substrait.Expression value = 1;repeated .substrait.Expression value = 1;getValueOrBuilder(int index) repeated .substrait.Expression value = 1;List<? extends ExpressionOrBuilder>repeated .substrait.Expression value = 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
-
getValueList
List<Expression> getValueList()repeated .substrait.Expression value = 1; -
getValue
repeated .substrait.Expression value = 1; -
getValueCount
int getValueCount()repeated .substrait.Expression value = 1; -
getValueOrBuilderList
List<? extends ExpressionOrBuilder> getValueOrBuilderList()repeated .substrait.Expression value = 1; -
getValueOrBuilder
repeated .substrait.Expression value = 1; -
getOptionsList
List<Expression.MultiOrList.Record> getOptionsList()repeated .substrait.Expression.MultiOrList.Record options = 2; -
getOptions
repeated .substrait.Expression.MultiOrList.Record options = 2; -
getOptionsCount
int getOptionsCount()repeated .substrait.Expression.MultiOrList.Record options = 2; -
getOptionsOrBuilderList
List<? extends Expression.MultiOrList.RecordOrBuilder> getOptionsOrBuilderList()repeated .substrait.Expression.MultiOrList.Record options = 2; -
getOptionsOrBuilder
repeated .substrait.Expression.MultiOrList.Record options = 2;
-