ClickHouse.Interface.stream_next

You're seeing just the callback stream_next, go back to ClickHouse.Interface module for more information.
Link to this callback

stream_next(client, result_stream)

View Source

Specs

stream_next(
  client :: ClickHouse.Client.t(),
  result_stream :: ClickHouse.Stream.t()
) :: {:ok, ClickHouse.Stream.t()} | {:error, ClickHouse.error()}

A callback to stream the next query results with the network interface.