Interface GandivaTypes.FieldOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GandivaTypes.Field, GandivaTypes.Field.Builder
Enclosing class:
GandivaTypes

public static interface GandivaTypes.FieldOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasName

      boolean hasName()
       name of the field
       
      optional string name = 1;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       name of the field
       
      optional string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       name of the field
       
      optional string name = 1;
      Returns:
      The bytes for name.
    • hasType

      boolean hasType()
      optional .gandiva.types.ExtGandivaType type = 2;
      Returns:
      Whether the type field is set.
    • getType

      optional .gandiva.types.ExtGandivaType type = 2;
      Returns:
      The type.
    • getTypeOrBuilder

      optional .gandiva.types.ExtGandivaType type = 2;
    • hasNullable

      boolean hasNullable()
      optional bool nullable = 3;
      Returns:
      Whether the nullable field is set.
    • getNullable

      boolean getNullable()
      optional bool nullable = 3;
      Returns:
      The nullable.
    • getChildrenList

      List<GandivaTypes.Field> getChildrenList()
       for complex data types like structs, unions
       
      repeated .gandiva.types.Field children = 4;
    • getChildren

      GandivaTypes.Field getChildren(int index)
       for complex data types like structs, unions
       
      repeated .gandiva.types.Field children = 4;
    • getChildrenCount

      int getChildrenCount()
       for complex data types like structs, unions
       
      repeated .gandiva.types.Field children = 4;
    • getChildrenOrBuilderList

      List<? extends GandivaTypes.FieldOrBuilder> getChildrenOrBuilderList()
       for complex data types like structs, unions
       
      repeated .gandiva.types.Field children = 4;
    • getChildrenOrBuilder

      GandivaTypes.FieldOrBuilder getChildrenOrBuilder(int index)
       for complex data types like structs, unions
       
      repeated .gandiva.types.Field children = 4;