Skip to main content

Module parallel_query

Module parallel_query 

Source
Expand description

Parallel Query Executor — Phase 2: Section 4.2

RecordBatch 단위 병렬 처리: 스캔, 필터, 집계를 Rayon 기반으로 병렬화

Structs§

AggregateResult
최종 집계 결과
ParallelQueryExecutor
병렬 쿼리 실행기
PartialAggregate
부분 집계 결과 (병렬 merge 가능)

Enums§

AggregateType
집계 연산 종류