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.Client.t(), ClickHouse.ResultStream.t()) :: {:cont, ClickHouse.ResultStream.t()} | {:cont, ClickHouse.ResultStream.t(), ClickHouse.ResultStreamChunk.t()} | {:halt, ClickHouse.ResultStream.t()} | {:error, ClickHouse.error()}
Streams the next results of a query via HTTP.