pub struct Uncache {
pub table: Identifier,
pub if_exists: bool,
}Expand description
UNCACHE TABLE statement (Spark)
Fields§
§table: IdentifierThe table to uncache
if_exists: boolIF EXISTS clause
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Uncache
impl<'de> Deserialize<'de> for Uncache
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Uncache
Auto Trait Implementations§
impl Freeze for Uncache
impl RefUnwindSafe for Uncache
impl Send for Uncache
impl Sync for Uncache
impl Unpin for Uncache
impl UnwindSafe for Uncache
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