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

Function accept_exprs

datafusion/expr/src/expr.rs:4243–4243  ·  view source on GitHub ↗
(_: &[E])

Source from the content-addressed store, hash-verified

4241 #[test]
4242 fn test_accept_exprs() {
4243 fn accept_exprs<E: AsRef<Expr>>(_: &[E]) {}
4244
4245 let expr = || -> Expr { lit(1) };
4246

Callers 1

test_accept_exprsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_accept_exprsFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…