[go: up one dir, main page]

Struct datafusion::dataframe::DF[][src]

pub struct DF {
    pub plan: Rc<LogicalPlan>,
    // some fields omitted
}

Fields

Methods

impl DF
[src]

Trait Implementations

impl DataFrame for DF
[src]

Projection

Selection

Return an expression representing the specified column

show N rows (useful for debugging)

Auto Trait Implementations

impl !Send for DF

impl !Sync for DF