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>
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>