deltalake_core

Module storage

Source
Expand description

Object storage backend abstraction layer for Delta Table transaction logs and data

Re-exports§

Modules§

Structs§

  • Wraps any object store and runs IO in it’s own runtime [EXPERIMENTAL]
  • Result for a get request
  • Result of a list call that includes objects, prefixes (directories) and a token for the next set of results. Individual result sets may be limited to 1,000 objects based on the underlying object storage’s limitations.
  • The metadata that describes an object.
  • A parsed path representation that can be safely written to object storage
  • Configuration for Tokio runtime
  • Options used for configuring backend storage

Enums§

Constants§

  • The delimiter to separate object namespaces, creating a directory structure.

Traits§

Functions§

Type Aliases§