ClickHouse.Interface.stream_into_next

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

stream_into_next(arg1, arg2)

View Source

Specs

stream_into_next(ClickHouse.Stream.t(), {:cont, iodata()} | :done | :halt) ::
  {:ok, ClickHouse.Stream.t() | ClickHouse.Result.t()}
  | {:error, ClickHouse.error()}

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