pub fn async_record_batch_channel(
capacity: usize,
) -> Result<(AsyncRecordBatchSender, AsyncRecordBatchReceiver), ReadStatError>Expand description
Creates a bounded, executor-friendly input channel for async SQL queries.
ยงErrors
Returns an error when capacity is zero.