Struct datafusion::physical_plan::expressions::Count [−][src]
pub struct Count { /* fields omitted */ }
COUNT aggregate expression Returns the amount of non-null values of the given expression.
Implementations
Trait Implementations
impl AggregateExpr for Count
[src]
impl AggregateExpr for Count
[src]fn as_any(&self) -> &dyn Any
[src]
Return a reference to Any that can be used for downcasting
fn field(&self) -> Result<Field>
[src]
fn state_fields(&self) -> Result<Vec<Field>>
[src]
fn expressions(&self) -> Vec<Arc<dyn PhysicalExpr>>
[src]
fn create_accumulator(&self) -> Result<Box<dyn Accumulator>>
[src]
Auto Trait Implementations
impl !RefUnwindSafe for Count
impl !RefUnwindSafe for Count
impl !UnwindSafe for Count
impl !UnwindSafe for Count