Enum sqlparser::ast::HiveRowFormat
source · [−]pub enum HiveRowFormat {
SERDE {
class: String,
},
DELIMITED,
}
Variants
SERDE
Fields
class: String
DELIMITED
Trait Implementations
sourceimpl Clone for HiveRowFormat
impl Clone for HiveRowFormat
sourcefn clone(&self) -> HiveRowFormat
fn clone(&self) -> HiveRowFormat
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for HiveRowFormat
impl Debug for HiveRowFormat
sourceimpl Hash for HiveRowFormat
impl Hash for HiveRowFormat
sourceimpl PartialEq<HiveRowFormat> for HiveRowFormat
impl PartialEq<HiveRowFormat> for HiveRowFormat
sourcefn eq(&self, other: &HiveRowFormat) -> bool
fn eq(&self, other: &HiveRowFormat) -> bool
impl Eq for HiveRowFormat
impl StructuralEq for HiveRowFormat
impl StructuralPartialEq for HiveRowFormat
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more