Class ReadRel

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.substrait.proto.ReadRel
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ReadRelOrBuilder, Serializable

public final class ReadRel extends com.google.protobuf.GeneratedMessageV3 implements ReadRelOrBuilder
 The scan operator of base data (physical or virtual), including filtering and projection.
 
Protobuf type substrait.ReadRel
See Also:
  • Field Details

    • COMMON_FIELD_NUMBER

      public static final int COMMON_FIELD_NUMBER
      See Also:
    • BASE_SCHEMA_FIELD_NUMBER

      public static final int BASE_SCHEMA_FIELD_NUMBER
      See Also:
    • FILTER_FIELD_NUMBER

      public static final int FILTER_FIELD_NUMBER
      See Also:
    • BEST_EFFORT_FILTER_FIELD_NUMBER

      public static final int BEST_EFFORT_FILTER_FIELD_NUMBER
      See Also:
    • PROJECTION_FIELD_NUMBER

      public static final int PROJECTION_FIELD_NUMBER
      See Also:
    • ADVANCED_EXTENSION_FIELD_NUMBER

      public static final int ADVANCED_EXTENSION_FIELD_NUMBER
      See Also:
    • VIRTUAL_TABLE_FIELD_NUMBER

      public static final int VIRTUAL_TABLE_FIELD_NUMBER
      See Also:
    • LOCAL_FILES_FIELD_NUMBER

      public static final int LOCAL_FILES_FIELD_NUMBER
      See Also:
    • NAMED_TABLE_FIELD_NUMBER

      public static final int NAMED_TABLE_FIELD_NUMBER
      See Also:
    • EXTENSION_TABLE_FIELD_NUMBER

      public static final int EXTENSION_TABLE_FIELD_NUMBER
      See Also:
    • ICEBERG_TABLE_FIELD_NUMBER

      public static final int ICEBERG_TABLE_FIELD_NUMBER
      See Also:
  • 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
    • getReadTypeCase

      public ReadRel.ReadTypeCase getReadTypeCase()
      Specified by:
      getReadTypeCase in interface ReadRelOrBuilder
    • hasCommon

      public boolean hasCommon()
      .substrait.RelCommon common = 1;
      Specified by:
      hasCommon in interface ReadRelOrBuilder
      Returns:
      Whether the common field is set.
    • getCommon

      public RelCommon getCommon()
      .substrait.RelCommon common = 1;
      Specified by:
      getCommon in interface ReadRelOrBuilder
      Returns:
      The common.
    • getCommonOrBuilder

      public RelCommonOrBuilder getCommonOrBuilder()
      .substrait.RelCommon common = 1;
      Specified by:
      getCommonOrBuilder in interface ReadRelOrBuilder
    • hasBaseSchema

      public boolean hasBaseSchema()
      .substrait.NamedStruct base_schema = 2;
      Specified by:
      hasBaseSchema in interface ReadRelOrBuilder
      Returns:
      Whether the baseSchema field is set.
    • getBaseSchema

      public NamedStruct getBaseSchema()
      .substrait.NamedStruct base_schema = 2;
      Specified by:
      getBaseSchema in interface ReadRelOrBuilder
      Returns:
      The baseSchema.
    • getBaseSchemaOrBuilder

      public NamedStructOrBuilder getBaseSchemaOrBuilder()
      .substrait.NamedStruct base_schema = 2;
      Specified by:
      getBaseSchemaOrBuilder in interface ReadRelOrBuilder
    • hasFilter

      public boolean hasFilter()
      .substrait.Expression filter = 3;
      Specified by:
      hasFilter in interface ReadRelOrBuilder
      Returns:
      Whether the filter field is set.
    • getFilter

      public Expression getFilter()
      .substrait.Expression filter = 3;
      Specified by:
      getFilter in interface ReadRelOrBuilder
      Returns:
      The filter.
    • getFilterOrBuilder

      public ExpressionOrBuilder getFilterOrBuilder()
      .substrait.Expression filter = 3;
      Specified by:
      getFilterOrBuilder in interface ReadRelOrBuilder
    • hasBestEffortFilter

      public boolean hasBestEffortFilter()
      .substrait.Expression best_effort_filter = 11;
      Specified by:
      hasBestEffortFilter in interface ReadRelOrBuilder
      Returns:
      Whether the bestEffortFilter field is set.
    • getBestEffortFilter

      public Expression getBestEffortFilter()
      .substrait.Expression best_effort_filter = 11;
      Specified by:
      getBestEffortFilter in interface ReadRelOrBuilder
      Returns:
      The bestEffortFilter.
    • getBestEffortFilterOrBuilder

      public ExpressionOrBuilder getBestEffortFilterOrBuilder()
      .substrait.Expression best_effort_filter = 11;
      Specified by:
      getBestEffortFilterOrBuilder in interface ReadRelOrBuilder
    • hasProjection

      public boolean hasProjection()
      .substrait.Expression.MaskExpression projection = 4;
      Specified by:
      hasProjection in interface ReadRelOrBuilder
      Returns:
      Whether the projection field is set.
    • getProjection

      public Expression.MaskExpression getProjection()
      .substrait.Expression.MaskExpression projection = 4;
      Specified by:
      getProjection in interface ReadRelOrBuilder
      Returns:
      The projection.
    • getProjectionOrBuilder

      public Expression.MaskExpressionOrBuilder getProjectionOrBuilder()
      .substrait.Expression.MaskExpression projection = 4;
      Specified by:
      getProjectionOrBuilder in interface ReadRelOrBuilder
    • hasAdvancedExtension

      public boolean hasAdvancedExtension()
      .substrait.extensions.AdvancedExtension advanced_extension = 10;
      Specified by:
      hasAdvancedExtension in interface ReadRelOrBuilder
      Returns:
      Whether the advancedExtension field is set.
    • getAdvancedExtension

      public AdvancedExtension getAdvancedExtension()
      .substrait.extensions.AdvancedExtension advanced_extension = 10;
      Specified by:
      getAdvancedExtension in interface ReadRelOrBuilder
      Returns:
      The advancedExtension.
    • getAdvancedExtensionOrBuilder

      public AdvancedExtensionOrBuilder getAdvancedExtensionOrBuilder()
      .substrait.extensions.AdvancedExtension advanced_extension = 10;
      Specified by:
      getAdvancedExtensionOrBuilder in interface ReadRelOrBuilder
    • hasVirtualTable

      public boolean hasVirtualTable()
      .substrait.ReadRel.VirtualTable virtual_table = 5;
      Specified by:
      hasVirtualTable in interface ReadRelOrBuilder
      Returns:
      Whether the virtualTable field is set.
    • getVirtualTable

      public ReadRel.VirtualTable getVirtualTable()
      .substrait.ReadRel.VirtualTable virtual_table = 5;
      Specified by:
      getVirtualTable in interface ReadRelOrBuilder
      Returns:
      The virtualTable.
    • getVirtualTableOrBuilder

      public ReadRel.VirtualTableOrBuilder getVirtualTableOrBuilder()
      .substrait.ReadRel.VirtualTable virtual_table = 5;
      Specified by:
      getVirtualTableOrBuilder in interface ReadRelOrBuilder
    • hasLocalFiles

      public boolean hasLocalFiles()
      .substrait.ReadRel.LocalFiles local_files = 6;
      Specified by:
      hasLocalFiles in interface ReadRelOrBuilder
      Returns:
      Whether the localFiles field is set.
    • getLocalFiles

      public ReadRel.LocalFiles getLocalFiles()
      .substrait.ReadRel.LocalFiles local_files = 6;
      Specified by:
      getLocalFiles in interface ReadRelOrBuilder
      Returns:
      The localFiles.
    • getLocalFilesOrBuilder

      public ReadRel.LocalFilesOrBuilder getLocalFilesOrBuilder()
      .substrait.ReadRel.LocalFiles local_files = 6;
      Specified by:
      getLocalFilesOrBuilder in interface ReadRelOrBuilder
    • hasNamedTable

      public boolean hasNamedTable()
      .substrait.ReadRel.NamedTable named_table = 7;
      Specified by:
      hasNamedTable in interface ReadRelOrBuilder
      Returns:
      Whether the namedTable field is set.
    • getNamedTable

      public ReadRel.NamedTable getNamedTable()
      .substrait.ReadRel.NamedTable named_table = 7;
      Specified by:
      getNamedTable in interface ReadRelOrBuilder
      Returns:
      The namedTable.
    • getNamedTableOrBuilder

      public ReadRel.NamedTableOrBuilder getNamedTableOrBuilder()
      .substrait.ReadRel.NamedTable named_table = 7;
      Specified by:
      getNamedTableOrBuilder in interface ReadRelOrBuilder
    • hasExtensionTable

      public boolean hasExtensionTable()
      .substrait.ReadRel.ExtensionTable extension_table = 8;
      Specified by:
      hasExtensionTable in interface ReadRelOrBuilder
      Returns:
      Whether the extensionTable field is set.
    • getExtensionTable

      public ReadRel.ExtensionTable getExtensionTable()
      .substrait.ReadRel.ExtensionTable extension_table = 8;
      Specified by:
      getExtensionTable in interface ReadRelOrBuilder
      Returns:
      The extensionTable.
    • getExtensionTableOrBuilder

      public ReadRel.ExtensionTableOrBuilder getExtensionTableOrBuilder()
      .substrait.ReadRel.ExtensionTable extension_table = 8;
      Specified by:
      getExtensionTableOrBuilder in interface ReadRelOrBuilder
    • hasIcebergTable

      public boolean hasIcebergTable()
      .substrait.ReadRel.IcebergTable iceberg_table = 9;
      Specified by:
      hasIcebergTable in interface ReadRelOrBuilder
      Returns:
      Whether the icebergTable field is set.
    • getIcebergTable

      public ReadRel.IcebergTable getIcebergTable()
      .substrait.ReadRel.IcebergTable iceberg_table = 9;
      Specified by:
      getIcebergTable in interface ReadRelOrBuilder
      Returns:
      The icebergTable.
    • getIcebergTableOrBuilder

      public ReadRel.IcebergTableOrBuilder getIcebergTableOrBuilder()
      .substrait.ReadRel.IcebergTable iceberg_table = 9;
      Specified by:
      getIcebergTableOrBuilder in interface ReadRelOrBuilder
    • 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 ReadRel parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

      public static ReadRel parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static ReadRel parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static ReadRel.Builder newBuilder()
    • newBuilder

      public static ReadRel.Builder newBuilder(ReadRel prototype)
    • toBuilder

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

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

      public static ReadRel getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<ReadRel> 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 ReadRel getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder