Expand description
Parallel Query Executor — Phase 2: Section 4.2
RecordBatch 단위 병렬 처리: 스캔, 필터, 집계를 Rayon 기반으로 병렬화
Structs§
- Aggregate
Result - 최종 집계 결과
- Parallel
Query Executor - 병렬 쿼리 실행기
- Partial
Aggregate - 부분 집계 결과 (병렬 merge 가능)
Enums§
- Aggregate
Type - 집계 연산 종류