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::execution::relation::Relation - Rust
[go: Go Back, main page]

[][src]Trait datafusion::execution::relation::Relation

pub trait Relation {
    fn next(&mut self) -> Result<Option<RecordBatch>>;
fn schema(&self) -> &Arc<Schema>; }

trait for all relations (a relation is essentially just an iterator over rows with a known schema)

Required methods

get the schema for this relation

Loading content...

Implementors

impl Relation for FilterRelation
[src]

impl Relation for ProjectRelation
[src]

impl Relation for DataSourceRelation
[src]

Loading content...