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

Function prune_bool_column

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

Source from the content-addressed store, hash-verified

3896
3897 #[test]
3898 fn prune_bool_column() {
3899 let (schema, statistics, expected_true, _) = bool_setup();
3900
3901 prune_with_expr(
3902 // b1
3903 col("b1"),
3904 &schema,
3905 &statistics,
3906 &expected_true,
3907 );
3908 }
3909
3910 #[test]
3911 fn prune_bool_not_column() {

Callers

nothing calls this directly

Calls 3

bool_setupFunction · 0.85
prune_with_exprFunction · 0.85
colFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…