ClickHouse.Interface.HTTP.stream_next

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

stream_next(client, stream)

View Source

Specs

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

Streams the next results of query via HTTP.