Struct query_projector_traits::aggregates::SimpleAggregate
[−]
[src]
pub struct SimpleAggregate { pub op: SimpleAggregationOp, pub var: Variable, }
Fields
op: SimpleAggregationOp
var: Variable
Methods
impl SimpleAggregate
[src]
pub fn column_name(&self) -> Name
[src]
pub fn use_static_value(&self) -> bool
[src]
pub fn is_nullable(&self) -> bool
[src]
Return true
if this aggregate can be NULL
over 0 rows.