Skip to main content

rows_to_chunks

Function rows_to_chunks 

Source
pub fn rows_to_chunks(
    rows: Vec<Vec<Value>>,
    chunk_size: usize,
) -> Result<Vec<DataChunk>, OperatorError>
Expand description

Converts sorted rows to DataChunks.