Class Expression.Nested

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.substrait.proto.Expression.Nested
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Expression.NestedOrBuilder, Serializable
Enclosing class:
Expression

public static final class Expression.Nested extends com.google.protobuf.GeneratedMessageV3 implements Expression.NestedOrBuilder
 Expression to dynamically construct nested types.
 
Protobuf type substrait.Expression.Nested
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getNestedTypeCase

      public Expression.Nested.NestedTypeCase getNestedTypeCase()
      Specified by:
      getNestedTypeCase in interface Expression.NestedOrBuilder
    • getNullable

      public boolean getNullable()
       Whether the returned nested type is nullable.
       
      bool nullable = 1;
      Specified by:
      getNullable in interface Expression.NestedOrBuilder
      Returns:
      The nullable.
    • getTypeVariationReference

      public int getTypeVariationReference()
       Optionally points to a type_variation_anchor defined in this plan for
       the returned nested type.
       
      uint32 type_variation_reference = 2;
      Specified by:
      getTypeVariationReference in interface Expression.NestedOrBuilder
      Returns:
      The typeVariationReference.
    • hasStruct

      public boolean hasStruct()
      .substrait.Expression.Nested.Struct struct = 3;
      Specified by:
      hasStruct in interface Expression.NestedOrBuilder
      Returns:
      Whether the struct field is set.
    • getStruct

      public Expression.Nested.Struct getStruct()
      .substrait.Expression.Nested.Struct struct = 3;
      Specified by:
      getStruct in interface Expression.NestedOrBuilder
      Returns:
      The struct.
    • getStructOrBuilder

      public Expression.Nested.StructOrBuilder getStructOrBuilder()
      .substrait.Expression.Nested.Struct struct = 3;
      Specified by:
      getStructOrBuilder in interface Expression.NestedOrBuilder
    • hasList

      public boolean hasList()
      .substrait.Expression.Nested.List list = 4;
      Specified by:
      hasList in interface Expression.NestedOrBuilder
      Returns:
      Whether the list field is set.
    • getList

      public Expression.Nested.List getList()
      .substrait.Expression.Nested.List list = 4;
      Specified by:
      getList in interface Expression.NestedOrBuilder
      Returns:
      The list.
    • getListOrBuilder

      public Expression.Nested.ListOrBuilder getListOrBuilder()
      .substrait.Expression.Nested.List list = 4;
      Specified by:
      getListOrBuilder in interface Expression.NestedOrBuilder
    • hasMap

      public boolean hasMap()
      .substrait.Expression.Nested.Map map = 5;
      Specified by:
      hasMap in interface Expression.NestedOrBuilder
      Returns:
      Whether the map field is set.
    • getMap

      public Expression.Nested.Map getMap()
      .substrait.Expression.Nested.Map map = 5;
      Specified by:
      getMap in interface Expression.NestedOrBuilder
      Returns:
      The map.
    • getMapOrBuilder

      public Expression.Nested.MapOrBuilder getMapOrBuilder()
      .substrait.Expression.Nested.Map map = 5;
      Specified by:
      getMapOrBuilder in interface Expression.NestedOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Expression.Nested parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Expression.Nested parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Expression.Nested parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Expression.Nested parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Expression.Nested parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Expression.Nested parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Expression.Nested parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Expression.Nested parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Expression.Nested parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Expression.Nested parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Expression.Nested parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Expression.Nested parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Expression.Nested.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Expression.Nested.Builder newBuilder()
    • newBuilder

      public static Expression.Nested.Builder newBuilder(Expression.Nested prototype)
    • toBuilder

      public Expression.Nested.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Expression.Nested.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Expression.Nested getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Expression.Nested> parser()
    • getParserForType

      public com.google.protobuf.Parser<Expression.Nested> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Expression.Nested getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder