Struct datafusion::physical_plan::expressions::IsNotNullExpr [−][src]
pub struct IsNotNullExpr { /* fields omitted */ }
Expand description
IS NOT NULL expression
Implementations
Create new not expression
Get the input expression
Trait Implementations
Get the data type of this expression, given the schema of the input
Determine whether this expression is nullable, given the schema of the input
Evaluate an expression against a RecordBatch