Struct datafusion::relations::aggregate::AggregateRelation [−][src]
pub struct AggregateRelation { /* fields omitted */ }
Methods
impl AggregateRelation
[src]
impl AggregateRelation
pub fn new(
schema: Rc<Schema>,
input: Box<SimpleRelation>,
group_expr: Vec<RuntimeExpr>,
aggr_expr: Vec<RuntimeExpr>
) -> Self
[src]
pub fn new(
schema: Rc<Schema>,
input: Box<SimpleRelation>,
group_expr: Vec<RuntimeExpr>,
aggr_expr: Vec<RuntimeExpr>
) -> Self
Trait Implementations
impl SimpleRelation for AggregateRelation
[src]
impl SimpleRelation for AggregateRelation
Auto Trait Implementations
impl !Send for AggregateRelation
impl !Send for AggregateRelation
impl !Sync for AggregateRelation
impl !Sync for AggregateRelation