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

Struct datafusion::relations::aggregate::AggregateRelation[][src]

pub struct AggregateRelation { /* fields omitted */ }

Methods

impl AggregateRelation
[src]

Trait Implementations

impl SimpleRelation for AggregateRelation
[src]

Important traits for Box<R>

scan all records in this relation

get the schema for this relation

Auto Trait Implementations