Interface NamedStructOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
NamedStruct, NamedStruct.Builder

public interface NamedStructOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getNames(int index)
    list of names in dfs order
    com.google.protobuf.ByteString
    getNamesBytes(int index)
    list of names in dfs order
    int
    list of names in dfs order
    list of names in dfs order
    .substrait.Type.Struct struct = 2;
    .substrait.Type.Struct struct = 2;
    boolean
    .substrait.Type.Struct struct = 2;

    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

    • getNamesList

      List<String> getNamesList()
       list of names in dfs order
       
      repeated string names = 1;
      Returns:
      A list containing the names.
    • getNamesCount

      int getNamesCount()
       list of names in dfs order
       
      repeated string names = 1;
      Returns:
      The count of names.
    • getNames

      String getNames(int index)
       list of names in dfs order
       
      repeated string names = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The names at the given index.
    • getNamesBytes

      com.google.protobuf.ByteString getNamesBytes(int index)
       list of names in dfs order
       
      repeated string names = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the names at the given index.
    • hasStruct

      boolean hasStruct()
      .substrait.Type.Struct struct = 2;
      Returns:
      Whether the struct field is set.
    • getStruct

      Type.Struct getStruct()
      .substrait.Type.Struct struct = 2;
      Returns:
      The struct.
    • getStructOrBuilder

      Type.StructOrBuilder getStructOrBuilder()
      .substrait.Type.Struct struct = 2;