Enum datafusion::sqlast::FileType [−][src]
pub enum FileType { CSV, NdJson, Parquet, }
Supported file types for CREATE EXTERNAL TABLE
Variants
CSV
NdJson
Parquet
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
fn clone(&self) -> FileType
[src]
fn clone(&self) -> FileType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for FileType
[src]
impl PartialEq for FileType