Package io.substrait.proto
Interface RelRootOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RelRoot,RelRoot.Builder
public interface RelRootOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInput()A relationA relationgetNames(int index) Field names in depth-first ordercom.google.protobuf.ByteStringgetNamesBytes(int index) Field names in depth-first orderintField names in depth-first orderField names in depth-first orderbooleanhasInput()A relationMethods 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
-
hasInput
boolean hasInput()A relation
.substrait.Rel input = 1;- Returns:
- Whether the input field is set.
-
getInput
Rel getInput()A relation
.substrait.Rel input = 1;- Returns:
- The input.
-
getInputOrBuilder
RelOrBuilder getInputOrBuilder()A relation
.substrait.Rel input = 1; -
getNamesList
Field names in depth-first order
repeated string names = 2;- Returns:
- A list containing the names.
-
getNamesCount
int getNamesCount()Field names in depth-first order
repeated string names = 2;- Returns:
- The count of names.
-
getNames
Field names in depth-first order
repeated string names = 2;- Parameters:
index- The index of the element to return.- Returns:
- The names at the given index.
-
getNamesBytes
com.google.protobuf.ByteString getNamesBytes(int index) Field names in depth-first order
repeated string names = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the names at the given index.
-