Skip to main content

Module writer

Module writer 

Source
Expand description

StreamingWriter - Streaming output controller

Manages streaming output with buffer limits for non-streaming formats.

Structs§

DistributedReadRoutingReport
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.
StreamingWriter
Streaming writer for output.

Enums§

WriteStatus
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 StreamingWriter or SQL row formatter is involved, so table/JSON/CSV/TSV/JSONL stdout stays byte-for-byte independent from routing diagnostics.