Crate datafusion_data_access

Source

Modules§

object_store
Object Store abstracts access to an underlying file/object storage.

Structs§

FileMeta
Description of a file as returned by the listing command of a given object store. The resulting path is relative to the object store that generated it.
SizedFile
The path and size of the file.

Enums§

ListEntry
Represents a specific file or a prefix (folder) that may require further resolution

Type Aliases§

Result
Result type for operations that could result in an io error