Function datafusion_expr::expr_fn::not_in_subquery
source ยท pub fn not_in_subquery(expr: Expr, subquery: Arc<LogicalPlan>) -> Expr
Expand description
Create a NOT IN subquery expression
pub fn not_in_subquery(expr: Expr, subquery: Arc<LogicalPlan>) -> Expr
Create a NOT IN subquery expression