Struct datafusion_expr::logical_plan::DescribeTable
source · pub struct DescribeTable {
pub schema: Arc<Schema>,
pub dummy_schema: DFSchemaRef,
}
Expand description
Describe the schema of table
Fields§
§schema: Arc<Schema>
Table schema
dummy_schema: DFSchemaRef
Dummy schema
Trait Implementations§
source§impl Clone for DescribeTable
impl Clone for DescribeTable
source§fn clone(&self) -> DescribeTable
fn clone(&self) -> DescribeTable
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 more