pub enum HiveDescribeFormat {
Extended,
Formatted,
}Expand description
Describe output format options for Hive DESCRIBE/EXPLAIN.
Variants§
Trait Implementations§
Source§impl Clone for HiveDescribeFormat
impl Clone for HiveDescribeFormat
Source§fn clone(&self) -> HiveDescribeFormat
fn clone(&self) -> HiveDescribeFormat
Returns a duplicate 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 HiveDescribeFormat
impl Debug for HiveDescribeFormat
Source§impl Display for HiveDescribeFormat
impl Display for HiveDescribeFormat
Source§impl Hash for HiveDescribeFormat
impl Hash for HiveDescribeFormat
Source§impl Ord for HiveDescribeFormat
impl Ord for HiveDescribeFormat
Source§fn cmp(&self, other: &HiveDescribeFormat) -> Ordering
fn cmp(&self, other: &HiveDescribeFormat) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HiveDescribeFormat
impl PartialEq for HiveDescribeFormat
Source§impl PartialOrd for HiveDescribeFormat
impl PartialOrd for HiveDescribeFormat
Source§impl Visit for HiveDescribeFormat
impl Visit for HiveDescribeFormat
Source§impl VisitMut for HiveDescribeFormat
impl VisitMut for HiveDescribeFormat
Source§fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
Mutably visit this node with the provided
VisitorMut. Read moreimpl Copy for HiveDescribeFormat
impl Eq for HiveDescribeFormat
impl StructuralPartialEq for HiveDescribeFormat
Auto Trait Implementations§
impl Freeze for HiveDescribeFormat
impl RefUnwindSafe for HiveDescribeFormat
impl Send for HiveDescribeFormat
impl Sync for HiveDescribeFormat
impl Unpin for HiveDescribeFormat
impl UnsafeUnpin for HiveDescribeFormat
impl UnwindSafe for HiveDescribeFormat
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