ClickHouse.Interface.stream_next
You're seeing just the callback
stream_next
, go back to ClickHouse.Interface module for more information.
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.