arrow_to_tensor_block

Function arrow_to_tensor_block 

Source
pub fn arrow_to_tensor_block(
    array: &dyn Array,
    shape: TensorShape,
) -> Result<TensorBlock>
Expand description

Convert an Arrow array to a TensorBlock (zero-copy)