Enum sqlparser::ast::HiveIOFormat
source · [−]pub enum HiveIOFormat {
IOF {
input_format: Expr,
output_format: Expr,
},
FileFormat {
format: FileFormat,
},
}
Variants
IOF
FileFormat
Fields
format: FileFormat
Trait Implementations
sourceimpl Clone for HiveIOFormat
impl Clone for HiveIOFormat
sourcefn clone(&self) -> HiveIOFormat
fn clone(&self) -> HiveIOFormat
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 HiveIOFormat
impl Debug for HiveIOFormat
sourceimpl Hash for HiveIOFormat
impl Hash for HiveIOFormat
sourceimpl PartialEq<HiveIOFormat> for HiveIOFormat
impl PartialEq<HiveIOFormat> for HiveIOFormat
sourcefn eq(&self, other: &HiveIOFormat) -> bool
fn eq(&self, other: &HiveIOFormat) -> bool
impl Eq for HiveIOFormat
impl StructuralEq for HiveIOFormat
impl StructuralPartialEq for HiveIOFormat
Auto Trait Implementations
impl RefUnwindSafe for HiveIOFormat
impl Send for HiveIOFormat
impl Sync for HiveIOFormat
impl Unpin for HiveIOFormat
impl UnwindSafe for HiveIOFormat
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