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

Function prune_bool_not_column

datafusion/pruning/src/pruning_predicate.rs:3911–3921  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3909
3910 #[test]
3911 fn prune_bool_not_column() {
3912 let (schema, statistics, _, expected_false) = bool_setup();
3913
3914 prune_with_expr(
3915 // !b1
3916 col("b1").not(),
3917 &schema,
3918 &statistics,
3919 &expected_false,
3920 );
3921 }
3922
3923 #[test]
3924 fn prune_bool_column_eq_true() {

Callers

nothing calls this directly

Calls 4

bool_setupFunction · 0.85
prune_with_exprFunction · 0.85
colFunction · 0.50
notMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…