Package io.substrait.proto
Interface ExpandRelOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExpandRel,ExpandRel.Builder
public interface ExpandRelOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.substrait.RelCommon common = 1;.substrait.RelCommon common = 1;getFields(int index) There should be one definition here for each input field.intThere should be one definition here for each input field.There should be one definition here for each input field.getFieldsOrBuilder(int index) There should be one definition here for each input field.List<? extends ExpandRel.ExpandFieldOrBuilder>There should be one definition here for each input field.getInput().substrait.Rel input = 2;.substrait.Rel input = 2;boolean.substrait.RelCommon common = 1;booleanhasInput().substrait.Rel input = 2;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; -
hasInput
boolean hasInput().substrait.Rel input = 2;- Returns:
- Whether the input field is set.
-
getInput
Rel getInput().substrait.Rel input = 2;- Returns:
- The input.
-
getInputOrBuilder
RelOrBuilder getInputOrBuilder().substrait.Rel input = 2; -
getFieldsList
List<ExpandRel.ExpandField> getFieldsList()There should be one definition here for each input field. Any fields beyond the provided definitions will be emitted as is (as if a consistent_field record with an identity expression was provided).
repeated .substrait.ExpandRel.ExpandField fields = 4; -
getFields
There should be one definition here for each input field. Any fields beyond the provided definitions will be emitted as is (as if a consistent_field record with an identity expression was provided).
repeated .substrait.ExpandRel.ExpandField fields = 4; -
getFieldsCount
int getFieldsCount()There should be one definition here for each input field. Any fields beyond the provided definitions will be emitted as is (as if a consistent_field record with an identity expression was provided).
repeated .substrait.ExpandRel.ExpandField fields = 4; -
getFieldsOrBuilderList
List<? extends ExpandRel.ExpandFieldOrBuilder> getFieldsOrBuilderList()There should be one definition here for each input field. Any fields beyond the provided definitions will be emitted as is (as if a consistent_field record with an identity expression was provided).
repeated .substrait.ExpandRel.ExpandField fields = 4; -
getFieldsOrBuilder
There should be one definition here for each input field. Any fields beyond the provided definitions will be emitted as is (as if a consistent_field record with an identity expression was provided).
repeated .substrait.ExpandRel.ExpandField fields = 4;
-