ClickHouse.Interface.stream_next

You're seeing just the callback stream_next, go back to ClickHouse.Interface 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()}

A callback to stream the next chunk with the network interface.