Interface ReadRel.LocalFiles.FileOrFilesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ReadRel.LocalFiles.FileOrFiles, ReadRel.LocalFiles.FileOrFiles.Builder
Enclosing class:
ReadRel.LocalFiles

public static interface ReadRel.LocalFiles.FileOrFilesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasUriPath

      boolean hasUriPath()
       A URI that can refer to either a single folder or a single file
       
      string uri_path = 1;
      Returns:
      Whether the uriPath field is set.
    • getUriPath

      String getUriPath()
       A URI that can refer to either a single folder or a single file
       
      string uri_path = 1;
      Returns:
      The uriPath.
    • getUriPathBytes

      com.google.protobuf.ByteString getUriPathBytes()
       A URI that can refer to either a single folder or a single file
       
      string uri_path = 1;
      Returns:
      The bytes for uriPath.
    • hasUriPathGlob

      boolean hasUriPathGlob()
       A URI where the path portion is a glob expression that can
       identify zero or more paths.
       Consumers should support the POSIX syntax.  The recursive
       globstar (**) may not be supported.
       
      string uri_path_glob = 2;
      Returns:
      Whether the uriPathGlob field is set.
    • getUriPathGlob

      String getUriPathGlob()
       A URI where the path portion is a glob expression that can
       identify zero or more paths.
       Consumers should support the POSIX syntax.  The recursive
       globstar (**) may not be supported.
       
      string uri_path_glob = 2;
      Returns:
      The uriPathGlob.
    • getUriPathGlobBytes

      com.google.protobuf.ByteString getUriPathGlobBytes()
       A URI where the path portion is a glob expression that can
       identify zero or more paths.
       Consumers should support the POSIX syntax.  The recursive
       globstar (**) may not be supported.
       
      string uri_path_glob = 2;
      Returns:
      The bytes for uriPathGlob.
    • hasUriFile

      boolean hasUriFile()
       A URI that refers to a single file
       
      string uri_file = 3;
      Returns:
      Whether the uriFile field is set.
    • getUriFile

      String getUriFile()
       A URI that refers to a single file
       
      string uri_file = 3;
      Returns:
      The uriFile.
    • getUriFileBytes

      com.google.protobuf.ByteString getUriFileBytes()
       A URI that refers to a single file
       
      string uri_file = 3;
      Returns:
      The bytes for uriFile.
    • hasUriFolder

      boolean hasUriFolder()
       A URI that refers to a single folder
       
      string uri_folder = 4;
      Returns:
      Whether the uriFolder field is set.
    • getUriFolder

      String getUriFolder()
       A URI that refers to a single folder
       
      string uri_folder = 4;
      Returns:
      The uriFolder.
    • getUriFolderBytes

      com.google.protobuf.ByteString getUriFolderBytes()
       A URI that refers to a single folder
       
      string uri_folder = 4;
      Returns:
      The bytes for uriFolder.
    • getPartitionIndex

      long getPartitionIndex()
       The index of the partition this item belongs to
       
      uint64 partition_index = 6;
      Returns:
      The partitionIndex.
    • getStart

      long getStart()
       The start position in byte to read from this item
       
      uint64 start = 7;
      Returns:
      The start.
    • getLength

      long getLength()
       The length in byte to read from this item
       
      uint64 length = 8;
      Returns:
      The length.
    • hasParquet

      boolean hasParquet()
      .substrait.ReadRel.LocalFiles.FileOrFiles.ParquetReadOptions parquet = 9;
      Returns:
      Whether the parquet field is set.
    • getParquet

      .substrait.ReadRel.LocalFiles.FileOrFiles.ParquetReadOptions parquet = 9;
      Returns:
      The parquet.
    • getParquetOrBuilder

      .substrait.ReadRel.LocalFiles.FileOrFiles.ParquetReadOptions parquet = 9;
    • hasArrow

      boolean hasArrow()
      .substrait.ReadRel.LocalFiles.FileOrFiles.ArrowReadOptions arrow = 10;
      Returns:
      Whether the arrow field is set.
    • getArrow

      .substrait.ReadRel.LocalFiles.FileOrFiles.ArrowReadOptions arrow = 10;
      Returns:
      The arrow.
    • getArrowOrBuilder

      .substrait.ReadRel.LocalFiles.FileOrFiles.ArrowReadOptions arrow = 10;
    • hasOrc

      boolean hasOrc()
      .substrait.ReadRel.LocalFiles.FileOrFiles.OrcReadOptions orc = 11;
      Returns:
      Whether the orc field is set.
    • getOrc

      .substrait.ReadRel.LocalFiles.FileOrFiles.OrcReadOptions orc = 11;
      Returns:
      The orc.
    • getOrcOrBuilder

      .substrait.ReadRel.LocalFiles.FileOrFiles.OrcReadOptions orc = 11;
    • hasExtension

      boolean hasExtension()
      .google.protobuf.Any extension = 12;
      Returns:
      Whether the extension field is set.
    • getExtension

      com.google.protobuf.Any getExtension()
      .google.protobuf.Any extension = 12;
      Returns:
      The extension.
    • getExtensionOrBuilder

      com.google.protobuf.AnyOrBuilder getExtensionOrBuilder()
      .google.protobuf.Any extension = 12;
    • hasDwrf

      boolean hasDwrf()
      .substrait.ReadRel.LocalFiles.FileOrFiles.DwrfReadOptions dwrf = 13;
      Returns:
      Whether the dwrf field is set.
    • getDwrf

      .substrait.ReadRel.LocalFiles.FileOrFiles.DwrfReadOptions dwrf = 13;
      Returns:
      The dwrf.
    • getDwrfOrBuilder

      .substrait.ReadRel.LocalFiles.FileOrFiles.DwrfReadOptions dwrf = 13;
    • hasText

      boolean hasText()
      .substrait.ReadRel.LocalFiles.FileOrFiles.DelimiterSeparatedTextReadOptions text = 14;
      Returns:
      Whether the text field is set.
    • getText

      .substrait.ReadRel.LocalFiles.FileOrFiles.DelimiterSeparatedTextReadOptions text = 14;
      Returns:
      The text.
    • getTextOrBuilder

      .substrait.ReadRel.LocalFiles.FileOrFiles.DelimiterSeparatedTextReadOptions text = 14;
    • getPathTypeCase

    • getFileFormatCase