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::exec::ColumnBatch - Rust
[go: Go Back, main page]

Struct datafusion::exec::ColumnBatch [] [src]

pub struct ColumnBatch {
    pub columns: Vec<Rc<ColumnData>>,
}

Fields

Trait Implementations

impl Batch for ColumnBatch
[src]

[src]

[src]

[src]

[src]

copy values into a row (EXPENSIVE)

Auto Trait Implementations

impl !Send for ColumnBatch

impl !Sync for ColumnBatch