Expand description
In-memory copy of a subnet of the list of the partitions in the db
Structs§
- Live
Partition Provider - A
QueryPartitionProviderthat fetches partitions directly from the database. - Null
Partition Provider - A
QueryPartitionProviderthat always returns an empty list of partitions. - Partition
Cache - PartitionCache allows to query partitions based on the insert_time range
- Partition
With Metadata - A partition with its file metadata loaded on-demand. This is used when you need both the partition data and its parquet metadata.
Traits§
- Query
Partition Provider - A trait for providing queryable partitions.
Functions§
- partition_
with_ metadata - Convenience function to create a PartitionWithMetadata from an existing Partition. This loads the file metadata on-demand using the file_path.