Struct datafusion::logical_plan::DFField [−][src]
pub struct DFField { /* fields omitted */ }
Expand description
DFField wraps an Arrow field and adds an optional qualifier
Implementations
Creates a new DFField
Create a qualified field from an existing Arrow field
Indicates whether this DFField
supports null values
Returns a string to the DFField
’s qualified name
Builds a qualified column based on self
Builds an unqualified column based on self
Return field with qualifier stripped
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DFField
impl UnwindSafe for DFField
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
type Output = T
type Output = T
Should always be Self