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