Package io.substrait.proto
Interface PlanRelOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanRel,PlanRel.Builder
public interface PlanRelOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRel()Any relation (used for references and CTEs)Any relation (used for references and CTEs)getRoot()The root of a relation treeThe root of a relation treebooleanhasRel()Any relation (used for references and CTEs)booleanhasRoot()The root of a relation treeMethods 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
-
hasRel
boolean hasRel()Any relation (used for references and CTEs)
.substrait.Rel rel = 1;- Returns:
- Whether the rel field is set.
-
getRel
Rel getRel()Any relation (used for references and CTEs)
.substrait.Rel rel = 1;- Returns:
- The rel.
-
getRelOrBuilder
RelOrBuilder getRelOrBuilder()Any relation (used for references and CTEs)
.substrait.Rel rel = 1; -
hasRoot
boolean hasRoot()The root of a relation tree
.substrait.RelRoot root = 2;- Returns:
- Whether the root field is set.
-
getRoot
RelRoot getRoot()The root of a relation tree
.substrait.RelRoot root = 2;- Returns:
- The root.
-
getRootOrBuilder
RelRootOrBuilder getRootOrBuilder()The root of a relation tree
.substrait.RelRoot root = 2; -
getRelTypeCase
PlanRel.RelTypeCase getRelTypeCase()
-