Struct datafusion::rel::ColumnMeta
[−]
[src]
pub struct ColumnMeta { pub name: String, pub data_type: DataType, pub nullable: bool, }
Definition of a column in a relation (data set).
Fields
name: String
data_type: DataType
nullable: bool
Methods
impl ColumnMeta
[src]
Trait Implementations
impl Debug for ColumnMeta
[src]
impl Clone for ColumnMeta
[src]
fn clone(&self) -> ColumnMeta
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more