Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
write_batch_unchecked in datafusion_row::writer - Rust
[go: Go Back, main page]

pub fn write_batch_unchecked(
    output: &mut [u8],
    offset: usize,
    batch: &RecordBatch,
    row_idx: usize,
    schema: Arc<Schema>,
    row_type: RowType
) -> Vec<usize>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Append batch from row_idx to output buffer start from offset

Panics

This function will panic if the output buffer doesn’t have enough space to hold all the rows