Struct datafusion::physical_plan::expressions::NotExpr [−][src]
pub struct NotExpr { /* fields omitted */ }
Not expression
Implementations
impl NotExpr
[src]
impl NotExpr
[src]pub fn new(arg: Arc<dyn PhysicalExpr>) -> Self
[src]
Create new not expression
pub fn arg(&self) -> &Arc<dyn PhysicalExpr>
[src]
Get the input expression
Trait Implementations
impl PhysicalExpr for NotExpr
[src]
impl PhysicalExpr for NotExpr
[src]Auto Trait Implementations
impl !RefUnwindSafe for NotExpr
impl !RefUnwindSafe for NotExpr
impl !UnwindSafe for NotExpr
impl !UnwindSafe for NotExpr