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

Function not_test_schema

datafusion/physical-expr/src/simplifier/mod.rs:112–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110 }
111
112 fn not_test_schema() -> Schema {
113 Schema::new(vec![
114 Field::new("a", DataType::Boolean, false),
115 Field::new("b", DataType::Boolean, false),
116 Field::new("c", DataType::Int32, false),
117 ])
118 }
119
120 /// Helper function to extract a Literal from a PhysicalExpr
121 fn as_literal(expr: &Arc<dyn PhysicalExpr>) -> &Literal {

Callers 11

test_not_literalFunction · 0.85
test_negate_comparisonFunction · 0.85
test_demorgans_law_andFunction · 0.85
test_demorgans_law_orFunction · 0.85
test_not_of_not_and_notFunction · 0.85
test_not_in_listFunction · 0.85
test_not_not_in_listFunction · 0.85
test_double_not_in_listFunction · 0.85
test_deeply_nested_notFunction · 0.85

Calls 1

newFunction · 0.85

Tested by 11

test_not_literalFunction · 0.68
test_negate_comparisonFunction · 0.68
test_demorgans_law_andFunction · 0.68
test_demorgans_law_orFunction · 0.68
test_not_of_not_and_notFunction · 0.68
test_not_in_listFunction · 0.68
test_not_not_in_listFunction · 0.68
test_double_not_in_listFunction · 0.68
test_deeply_nested_notFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…