Enum sqlparser::ast::HiveRowFormat [−][src]
pub enum HiveRowFormat {
SERDE {
class: String,
},
DELIMITED,
}Variants
Fields of SERDE
class: StringTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for HiveRowFormat
impl Send for HiveRowFormat
impl Sync for HiveRowFormat
impl Unpin for HiveRowFormat
impl UnwindSafe for HiveRowFormat
Blanket Implementations
Mutably borrows from an owned value. Read more