Skip to main content

build_data_row_batch

Function build_data_row_batch 

Source
pub fn build_data_row_batch(
    rows: &[Vec<WireValue>],
) -> Result<Frame, FrameError>
Expand description

Pack many rows into one frame. All rows must have the same cell_count; the count is written once at the front of the payload (saving 2 bytes per row vs a stream of DataRow frames).