Expand description
StreamingWriter - Streaming output controller
Manages streaming output with buffer limits for non-streaming formats.
Structs§
- Distributed
Read Routing Report - A routing/status report kept separate from row output. Fields unavailable before a server coordinator responds remain null rather than being filled with local guesses.
- Streaming
Writer - Streaming writer for output.
Enums§
- Write
Status - Status returned by write operations.
Constants§
- DEFAULT_
BUFFER_ LIMIT - Default buffer limit for non-streaming formats (table).
Functions§
- write_
distributed_ read_ routing_ report - Write the report to a caller-provided stderr writer. No
StreamingWriteror SQL row formatter is involved, so table/JSON/CSV/TSV/JSONL stdout stays byte-for-byte independent from routing diagnostics.