Expand description
Describes the event blocks backing a partition
Structs§
- Partition
Source Block - Represents a single block of source data for a partition.
- Source
Data Blocks - A
PartitionBlocksSourceimplementation that fetches blocks from a DataFusion DataFrame. - Source
Data Blocks InMemory - A
PartitionBlocksSourceimplementation that stores blocks in memory.
Traits§
- Partition
Blocks Source - A trait for providing blocks of source data for partitions.
Functions§
- fetch_
partition_ source_ data - Fetches partition source data from the data lake.
- hash_
to_ object_ count - Converts a hash (expected to be an i64 as bytes) to an object count.