A way to manage the results of a ClickHouse query stream.
The state of a ClickHouse query stream.
t() :: %ClickHouse.ResultStream{ chunks: integer(), done: boolean(), id: reference(), meta: map(), pid: pid() }