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

Struct datafusion::relations::filter::FilterRelation[][src]

pub struct FilterRelation { /* fields omitted */ }

Methods

impl FilterRelation
[src]

Trait Implementations

impl SimpleRelation for FilterRelation
[src]

Important traits for Box<R>

scan all records in this relation

get the schema for this relation

Auto Trait Implementations