Struct datafusion::physical_plan::expressions::IsNullExpr [−][src]
pub struct IsNullExpr { /* fields omitted */ }
Expand description
IS 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