ClickHouse.ResultStream (ClickHouse v0.17.0) View Source

A way to manage the results of a ClickHouse query stream.

Link to this section Summary

Types

t()

The state of a ClickHouse query stream.

Link to this section Types

Specs

t() :: %ClickHouse.ResultStream{
  chunks: integer(),
  id: reference(),
  opts: keyword()
}

The state of a ClickHouse query stream.