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

Class Unnest

datafusion/expr/src/expr.rs:675–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673/// UNNEST expression.
674#[derive(Clone, PartialEq, Eq, PartialOrd, Hash, Debug)]
675pub struct Unnest {
676 pub expr: Box<Expr>,
677}
678
679impl Unnest {
680 /// Create a new Unnest expression.

Callers 7

map_childrenMethod · 0.70
unnestFunction · 0.70
sql_function_to_exprMethod · 0.50
unproject_unnest_exprFunction · 0.50
unnestMethod · 0.50
rewriteMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…