Package io.substrait.proto
Interface SetRelOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetRel,SetRel.Builder
public interface SetRelOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.substrait.extensions.AdvancedExtension advanced_extension = 10;.substrait.extensions.AdvancedExtension advanced_extension = 10;.substrait.RelCommon common = 1;.substrait.RelCommon common = 1;getInputs(int index) The first input is the primary input, the remaining are secondary inputs.intThe first input is the primary input, the remaining are secondary inputs.The first input is the primary input, the remaining are secondary inputs.getInputsOrBuilder(int index) The first input is the primary input, the remaining are secondary inputs.List<? extends RelOrBuilder>The first input is the primary input, the remaining are secondary inputs.getOp().substrait.SetRel.SetOp op = 3;int.substrait.SetRel.SetOp op = 3;boolean.substrait.extensions.AdvancedExtension advanced_extension = 10;boolean.substrait.RelCommon common = 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
-
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
The first input is the primary input, the remaining are secondary inputs. There must be at least two inputs.
repeated .substrait.Rel inputs = 2; -
getInputs
The first input is the primary input, the remaining are secondary inputs. There must be at least two inputs.
repeated .substrait.Rel inputs = 2; -
getInputsCount
int getInputsCount()The first input is the primary input, the remaining are secondary inputs. There must be at least two inputs.
repeated .substrait.Rel inputs = 2; -
getInputsOrBuilderList
List<? extends RelOrBuilder> getInputsOrBuilderList()The first input is the primary input, the remaining are secondary inputs. There must be at least two inputs.
repeated .substrait.Rel inputs = 2; -
getInputsOrBuilder
The first input is the primary input, the remaining are secondary inputs. There must be at least two inputs.
repeated .substrait.Rel inputs = 2; -
getOpValue
int getOpValue().substrait.SetRel.SetOp op = 3;- Returns:
- The enum numeric value on the wire for op.
-
getOp
SetRel.SetOp getOp().substrait.SetRel.SetOp op = 3;- Returns:
- The op.
-
hasAdvancedExtension
boolean hasAdvancedExtension().substrait.extensions.AdvancedExtension advanced_extension = 10;- Returns:
- Whether the advancedExtension field is set.
-
getAdvancedExtension
AdvancedExtension getAdvancedExtension().substrait.extensions.AdvancedExtension advanced_extension = 10;- Returns:
- The advancedExtension.
-
getAdvancedExtensionOrBuilder
AdvancedExtensionOrBuilder getAdvancedExtensionOrBuilder().substrait.extensions.AdvancedExtension advanced_extension = 10;
-