Struct sql_from_models_parser::ast::Analyze
source · pub struct Analyze {
pub table_name: ObjectName,
pub partitions: Option<Vec<Expr>>,
pub for_columns: bool,
pub columns: Vec<Ident>,
pub cache_metadata: bool,
pub noscan: bool,
pub compute_statistics: bool,
}
Fields§
§table_name: ObjectName
§partitions: Option<Vec<Expr>>
§for_columns: bool
§columns: Vec<Ident>
§cache_metadata: bool
§noscan: bool
§compute_statistics: bool
Trait Implementations§
source§impl PartialEq<Analyze> for Analyze
impl PartialEq<Analyze> for Analyze
impl Eq for Analyze
impl StructuralEq for Analyze
impl StructuralPartialEq for Analyze
Auto Trait Implementations§
impl RefUnwindSafe for Analyze
impl Send for Analyze
impl Sync for Analyze
impl Unpin for Analyze
impl UnwindSafe for Analyze
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more