Package io.substrait.proto
Interface ExtensionMultiRelOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExtensionMultiRel,ExtensionMultiRel.Builder
public interface ExtensionMultiRelOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.substrait.RelCommon common = 1;.substrait.RelCommon common = 1;com.google.protobuf.Any.google.protobuf.Any detail = 3;com.google.protobuf.AnyOrBuilder.google.protobuf.Any detail = 3;getInputs(int index) repeated .substrait.Rel inputs = 2;intrepeated .substrait.Rel inputs = 2;repeated .substrait.Rel inputs = 2;getInputsOrBuilder(int index) repeated .substrait.Rel inputs = 2;List<? extends RelOrBuilder>repeated .substrait.Rel inputs = 2;boolean.substrait.RelCommon common = 1;boolean.google.protobuf.Any detail = 3;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
-
hasCommon
boolean hasCommon().substrait.RelCommon common = 1;- Returns:
- Whether the common field is set.
-
getCommon
RelCommon getCommon().substrait.RelCommon common = 1;- Returns:
- The common.
-
getCommonOrBuilder
RelCommonOrBuilder getCommonOrBuilder().substrait.RelCommon common = 1; -
getInputsList
repeated .substrait.Rel inputs = 2; -
getInputs
repeated .substrait.Rel inputs = 2; -
getInputsCount
int getInputsCount()repeated .substrait.Rel inputs = 2; -
getInputsOrBuilderList
List<? extends RelOrBuilder> getInputsOrBuilderList()repeated .substrait.Rel inputs = 2; -
getInputsOrBuilder
repeated .substrait.Rel inputs = 2; -
hasDetail
boolean hasDetail().google.protobuf.Any detail = 3;- Returns:
- Whether the detail field is set.
-
getDetail
com.google.protobuf.Any getDetail().google.protobuf.Any detail = 3;- Returns:
- The detail.
-
getDetailOrBuilder
com.google.protobuf.AnyOrBuilder getDetailOrBuilder().google.protobuf.Any detail = 3;
-