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

Source§

fn get_ext(&self) -> String

Source§

impl GetExt for CsvFormatFactory

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 FileCompressionType

Source§

fn get_ext(&self) -> String

Source§

impl GetExt for DefaultFileType

Source§

fn get_ext(&self) -> String

Source§

impl GetExt for ArrowFormatFactory

Source§

fn get_ext(&self) -> String

Implementors§