MCPcopy Create free account
hub / github.com/apache/datafusion / not

Function not

datafusion/expr/src/expr_fn.rs:196–198  ·  view source on GitHub ↗

Return a new expression with a logical NOT

(expr: Expr)

Source from the content-addressed store, hash-verified

194
195/// Return a new expression with a logical NOT
196pub fn not(expr: Expr) -> Expr {
197 expr.not()
198}
199
200/// Return a new expression with bitwise AND
201pub fn bitwise_and(left: Expr, right: Expr) -> Expr {

Callers 10

build_test_data_frameFunction · 0.50
test_create_notFunction · 0.50
extract_subquery_infoFunction · 0.50
wrapped_not_in_subqueryFunction · 0.50
build_joinFunction · 0.50
f_upMethod · 0.50

Calls 1

notMethod · 0.45

Tested by 6

test_create_notFunction · 0.40
wrapped_not_in_subqueryFunction · 0.40