Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::dataframe::DF - Rust
[go: Go Back, 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