Function datafusion_physical_plan::expressions::is_null

source ยท
pub fn is_null(
    arg: Arc<dyn PhysicalExpr>,
) -> Result<Arc<dyn PhysicalExpr>, DataFusionError>
Expand description

Create an IS NULL expression