Skip to main content

Module file_or_files

Module file_or_files 

Source
Expand description

Nested message and enum types in FileOrFiles.

Structs§

ArrowReadOptions
DelimiterSeparatedTextReadOptions
Delimiter separated files may be compressed. The reader should autodetect this and decompress as needed.
DwrfReadOptions
OrcReadOptions
ParquetReadOptions

Enums§

FileFormat
The format of the files along with options for reading those files.
PathType
URIs specify the location of files that are locally-accessible to the consumer. “Locally-accessible” means the consumer can access the files directly, which may include blob storage (e.g., S3, GCS, Azure Blob Storage) in addition to local filesystem paths. The protocol portion of the URI determines the storage type.