Enum datafusion::dfparser::FileType [−][src]
pub enum FileType { NdJson, Parquet, CSV, }
Variants
NdJson
Parquet
CSV
Trait Implementations
impl Debug for FileType
[src]
impl Debug for FileType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for FileType
[src]
impl Clone for FileType