Module partition

Source
Expand description

Partition of a partition tree.

We only support partitioning the tree by pre-defined internal columns.

Structsยง

Inner ๐Ÿ”’
Inner struct of the partition.
Partition
A tree partition.
PartitionReader
Reader to scan rows in a partition.
PartitionReaderMetrics ๐Ÿ”’
PartitionStats ๐Ÿ”’
ReadPartitionContext ๐Ÿ”’
Structs to reuse across readers to avoid allocating for each reader.

Functionsยง

data_batch_to_batch ๐Ÿ”’
Converts a DataBatch to a Batch.

Type Aliasesยง

PartitionKey
Key of a partition.
PartitionRef