Skip to main content

send_batch

async fn send_batch(
    upload_tx: &mut Sender<FlightData>,
    metadata: &[u8],
    batch: &RecordBatch,
    options: &IpcWriteOptions,
    dictionary_tracker: &mut DictionaryTracker,
    ipc_write_context: &mut IpcWriteContext,
) -> Result<(), Box<dyn Error + Send + Sync + 'static>>