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 Type
    Method
    Description
    A relation
    A relation
    getNames(int index)
    Field names in depth-first order
    com.google.protobuf.ByteString
    getNamesBytes(int index)
    Field names in depth-first order
    int
    Field names in depth-first order
    Field names in depth-first order
    boolean
    A relation

    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

    • 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

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

      String getNames(int index)
       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.