ClickHouse.Interface.HTTP.stream_next

You're seeing just the function stream_next, go back to ClickHouse.Interface.HTTP module for more information.

Specs

stream_next(ClickHouse.Stream.t()) ::
  {:cont, ClickHouse.Stream.t()}
  | {:cont, ClickHouse.Stream.t(), iodata()}
  | {:halt, ClickHouse.Stream.t()}
  | {:error, ClickHouse.error()}

Streams the next results of a query via HTTP.