common_datasource::file_format

Function open_with_decoder

source
pub fn open_with_decoder<T: ArrowDecoder, F: Fn() -> Result<T>>(
    object_store: Arc<ObjectStore>,
    path: String,
    compression_type: CompressionType,
    decoder_factory: F,
) -> Result<FileOpenFuture>