Package io.substrait.proto
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 Summary
Modifier and TypeMethodDescriptiongetArrow().substrait.ReadRel.LocalFiles.FileOrFiles.ArrowReadOptions arrow = 10;.substrait.ReadRel.LocalFiles.FileOrFiles.ArrowReadOptions arrow = 10;getDwrf().substrait.ReadRel.LocalFiles.FileOrFiles.DwrfReadOptions dwrf = 13;.substrait.ReadRel.LocalFiles.FileOrFiles.DwrfReadOptions dwrf = 13;com.google.protobuf.Any.google.protobuf.Any extension = 12;com.google.protobuf.AnyOrBuilder.google.protobuf.Any extension = 12;longThe length in byte to read from this itemgetOrc().substrait.ReadRel.LocalFiles.FileOrFiles.OrcReadOptions orc = 11;.substrait.ReadRel.LocalFiles.FileOrFiles.OrcReadOptions orc = 11;.substrait.ReadRel.LocalFiles.FileOrFiles.ParquetReadOptions parquet = 9;.substrait.ReadRel.LocalFiles.FileOrFiles.ParquetReadOptions parquet = 9;longThe index of the partition this item belongs tolonggetStart()The start position in byte to read from this itemgetText().substrait.ReadRel.LocalFiles.FileOrFiles.DelimiterSeparatedTextReadOptions text = 14;.substrait.ReadRel.LocalFiles.FileOrFiles.DelimiterSeparatedTextReadOptions text = 14;A URI that refers to a single filecom.google.protobuf.ByteStringA URI that refers to a single fileA URI that refers to a single foldercom.google.protobuf.ByteStringA URI that refers to a single folderA URI that can refer to either a single folder or a single filecom.google.protobuf.ByteStringA URI that can refer to either a single folder or a single fileA URI where the path portion is a glob expression that can identify zero or more paths.com.google.protobuf.ByteStringA URI where the path portion is a glob expression that can identify zero or more paths.booleanhasArrow().substrait.ReadRel.LocalFiles.FileOrFiles.ArrowReadOptions arrow = 10;booleanhasDwrf().substrait.ReadRel.LocalFiles.FileOrFiles.DwrfReadOptions dwrf = 13;boolean.google.protobuf.Any extension = 12;booleanhasOrc().substrait.ReadRel.LocalFiles.FileOrFiles.OrcReadOptions orc = 11;boolean.substrait.ReadRel.LocalFiles.FileOrFiles.ParquetReadOptions parquet = 9;booleanhasText().substrait.ReadRel.LocalFiles.FileOrFiles.DelimiterSeparatedTextReadOptions text = 14;booleanA URI that refers to a single filebooleanA URI that refers to a single folderbooleanA URI that can refer to either a single folder or a single filebooleanA URI where the path portion is a glob expression that can identify zero or more paths.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
ReadRel.LocalFiles.FileOrFiles.ParquetReadOptions getParquet().substrait.ReadRel.LocalFiles.FileOrFiles.ParquetReadOptions parquet = 9;- Returns:
- The parquet.
-
getParquetOrBuilder
ReadRel.LocalFiles.FileOrFiles.ParquetReadOptionsOrBuilder 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
ReadRel.LocalFiles.FileOrFiles.ArrowReadOptionsOrBuilder 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
ReadRel.LocalFiles.FileOrFiles.OrcReadOptionsOrBuilder 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
ReadRel.LocalFiles.FileOrFiles.DwrfReadOptionsOrBuilder 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
ReadRel.LocalFiles.FileOrFiles.DelimiterSeparatedTextReadOptionsOrBuilder getTextOrBuilder().substrait.ReadRel.LocalFiles.FileOrFiles.DelimiterSeparatedTextReadOptions text = 14; -
getPathTypeCase
ReadRel.LocalFiles.FileOrFiles.PathTypeCase getPathTypeCase() -
getFileFormatCase
ReadRel.LocalFiles.FileOrFiles.FileFormatCase getFileFormatCase()
-