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 Type
    Method
    Description
    Any relation (used for references and CTEs)
    Any relation (used for references and CTEs)
     
    The root of a relation tree
    The root of a relation tree
    boolean
    Any relation (used for references and CTEs)
    boolean
    The root of a relation tree

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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()