Expand description
Defines the cross join plan for loading the left side of the cross join and producing batches in parallel for the right partitions
Structsยง
- Cross
Join Exec - Cross Join Execution Plan
- Cross
Join ๐Stream - A stream that issues [RecordBatch]es as they arrive from the right of the join.
- Join
Left ๐Data - Data of the left side that is buffered into memory
Enumsยง
- Cross
Join ๐Stream State - Represents states of CrossJoinStream
Functionsยง
- build_
batch ๐ - load_
left_ ๐input - Asynchronously collect the result of the left child
- stats_
cartesian_ ๐product - [left/right]_col_count are required in case the column statistics are None