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::relations::projection::ProjectRelation - Rust
[go: Go Back, main page]

Struct datafusion::relations::projection::ProjectRelation[][src]

pub struct ProjectRelation { /* fields omitted */ }

Methods

impl ProjectRelation
[src]

Trait Implementations

impl SimpleRelation for ProjectRelation
[src]

Important traits for Box<R>

scan all records in this relation

get the schema for this relation

Auto Trait Implementations