Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
GetExt in datafusion::common - Rust
[go: Go Back, main page]

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

Implementors§