common_datasource::buffered_writer

Trait ArrowWriterCloser

source
pub trait ArrowWriterCloser {
    // Required method
    fn close<'async_trait>(
        self,
    ) -> Pin<Box<dyn Future<Output = Result<FileMetaData>> + Send + 'async_trait>>
       where Self: 'async_trait;
}

Required Methods§

source

fn close<'async_trait>( self, ) -> Pin<Box<dyn Future<Output = Result<FileMetaData>> + Send + 'async_trait>>
where Self: 'async_trait,

Implementations on Foreign Types§

source§

impl ArrowWriterCloser for ArrowWriter<SharedBuffer>

source§

fn close<'async_trait>( self, ) -> Pin<Box<dyn Future<Output = Result<FileMetaData>> + Send + 'async_trait>>
where Self: 'async_trait,

Implementors§