Skip to main content

async_record_batch_channel

Function async_record_batch_channel 

Source
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.