Struct sqlparser::ast::HiveFormat
source · [−]pub struct HiveFormat {
pub row_format: Option<HiveRowFormat>,
pub storage: Option<HiveIOFormat>,
pub location: Option<String>,
}
Fields
row_format: Option<HiveRowFormat>
storage: Option<HiveIOFormat>
location: Option<String>
Trait Implementations
sourceimpl Clone for HiveFormat
impl Clone for HiveFormat
sourcefn clone(&self) -> HiveFormat
fn clone(&self) -> HiveFormat
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 HiveFormat
impl Debug for HiveFormat
sourceimpl Default for HiveFormat
impl Default for HiveFormat
sourcefn default() -> HiveFormat
fn default() -> HiveFormat
Returns the “default value” for a type. Read more
sourceimpl Hash for HiveFormat
impl Hash for HiveFormat
sourceimpl PartialEq<HiveFormat> for HiveFormat
impl PartialEq<HiveFormat> for HiveFormat
sourcefn eq(&self, other: &HiveFormat) -> bool
fn eq(&self, other: &HiveFormat) -> bool
impl Eq for HiveFormat
impl StructuralEq for HiveFormat
impl StructuralPartialEq for HiveFormat
Auto Trait Implementations
impl RefUnwindSafe for HiveFormat
impl Send for HiveFormat
impl Sync for HiveFormat
impl Unpin for HiveFormat
impl UnwindSafe for HiveFormat
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