stream property

Stream<ParsedRowBuffer> get stream

Stream of parsed row buffers.

Listen to this stream to receive query result chunks. When maxBufferSize is set, backpressure is applied to producers that call addChunk.

Implementation

Stream<ParsedRowBuffer> get stream => _outputStream;