Trait datafusion_python::datafusion_common::GetExt

source ·
pub trait GetExt {
    // Required method
    fn get_ext(&self) -> String;
}
Expand description

Define each FileType/FileCompressionType’s extension

Required Methods§

source

fn get_ext(&self) -> String

File extension getter

Implementations on Foreign Types§

source§

impl GetExt for ArrowFormatFactory

source§

fn get_ext(&self) -> String

source§

impl GetExt for AvroFormatFactory

source§

fn get_ext(&self) -> String

source§

impl GetExt for CsvFormatFactory

source§

fn get_ext(&self) -> String

source§

impl GetExt for FileCompressionType

source§

fn get_ext(&self) -> String

source§

impl GetExt for JsonFormatFactory

source§

fn get_ext(&self) -> String

source§

impl GetExt for ParquetFormatFactory

source§

fn get_ext(&self) -> String

source§

impl GetExt for DefaultFileType

source§

fn get_ext(&self) -> String

Implementors§