Struct datafusion::physical_plan::expressions::Max [−][src]
pub struct Max { /* fields omitted */ }
MAX aggregate expression
Implementations
Trait Implementations
impl AggregateExpr for Max
[src]
impl AggregateExpr for Max
[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 Max
impl !RefUnwindSafe for Max
impl !UnwindSafe for Max
impl !UnwindSafe for Max