Expand description
Utilities for shared bounds. Used in dynamic filter pushdown in Hash Joins.
Structs§
- Column
Bounds đź”’ - Represents the minimum and maximum values for a specific column. Used in dynamic filter pushdown to establish value boundaries.
- Partition
Bounds 🔒 - Represents the bounds for all join key columns from a single partition. This contains the min/max values computed from one partition’s build-side data.
- Shared
Bounds đź”’Accumulator - Coordinates dynamic filter bounds collection across multiple partitions
- Shared
Bounds 🔒State - State protected by SharedBoundsAccumulator’s mutex