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§
source§impl Clone for HiveFormat
impl Clone for HiveFormat
source§fn clone(&self) -> HiveFormat
fn clone(&self) -> HiveFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for HiveFormat
impl Debug for HiveFormat
source§impl Default for HiveFormat
impl Default for HiveFormat
source§fn default() -> HiveFormat
fn default() -> HiveFormat
Returns the “default value” for a type. Read more