Struct datafusion_sql::parser::DescribeTable
source · [−]pub struct DescribeTable {
pub table_name: String,
}
Expand description
DataFusion extension DDL for DESCRIBE TABLE
Fields
table_name: String
Table name
Trait Implementations
sourceimpl Clone for DescribeTable
impl Clone for DescribeTable
sourcefn clone(&self) -> DescribeTable
fn clone(&self) -> DescribeTable
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 more
sourceimpl Debug for DescribeTable
impl Debug for DescribeTable
sourceimpl PartialEq<DescribeTable> for DescribeTable
impl PartialEq<DescribeTable> for DescribeTable
sourcefn eq(&self, other: &DescribeTable) -> bool
fn eq(&self, other: &DescribeTable) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &DescribeTable) -> bool
fn ne(&self, other: &DescribeTable) -> bool
This method tests for !=
.
impl StructuralPartialEq for DescribeTable
Auto Trait Implementations
impl RefUnwindSafe for DescribeTable
impl Send for DescribeTable
impl Sync for DescribeTable
impl Unpin for DescribeTable
impl UnwindSafe for DescribeTable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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