Expand description
Delta log store.
Structs§
- Configuration parameters for a log store
Enums§
- Holder whether it’s tmp_commit path or commit bytes
Traits§
- Trait for critical operations required to read and write commit entries in Delta logs.
- Trait for generating LogStore implementations
Functions§
- Default implementation for aborting a commit entry
- Return the [DefaultLogStore] implementation with the provided configuration options
- Extract version from a file name in the delta log
- Reads a commit and gets list of actions
- Default implementation for retrieving the earliest version
- Default implementation for retrieving the latest version
- Return the LogStoreRef for the provided Url location
- Return the LogStoreRef using the given ObjectStoreRef
- TODO
- Read delta log for a specific version
- TODO
- Default implementation for writing a commit entry
Type Aliases§
- Registry of LogStoreFactory instances
- Sharable reference to
LogStore