pub fn encode_direct_path_rows(
column_metadata: &[ColumnMetadata],
rows: &[Vec<DirectPathColumnValue>],
first_row_num: u64,
) -> Result<DirectPathStream>Expand description
Encodes a batch of rows into direct path pieces.
first_row_num is the 1-based number of the first row in this batch for
error reporting; the reference keeps a running row counter across batches
of a single direct_path_load call.