Expand description
Common sink implementations for push-based execution.
Sinks receive the output from pipelines and handle the final results.
Structsยง
- Collector
Sink - Collects all chunks for final query result output.
- Counting
Sink - Counting sink that just counts rows without storing data.
- Limiting
Sink - Limiting sink that stops after collecting N rows.
- Materializing
Sink - Materializing sink that buffers all data in memory.
- Null
Sink - Null sink that discards all data.