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 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

      ExpandRel.ExpandField getFields(int index)
       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

      ExpandRel.ExpandFieldOrBuilder getFieldsOrBuilder(int index)
       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;