lance_io::utils

Function read_fixed_stride_array

Source
pub async fn read_fixed_stride_array(
    reader: &dyn Reader,
    data_type: &DataType,
    position: usize,
    length: usize,
    params: impl Into<ReadBatchParams>,
) -> Result<ArrayRef>
Expand description

Read a fixed stride array from disk.