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

Function cube

datafusion/expr/src/expr_fn.rs:320–322  ·  view source on GitHub ↗

Create a grouping set for all combination of `exprs`

(exprs: Vec<Expr>)

Source from the content-addressed store, hash-verified

318
319/// Create a grouping set for all combination of `exprs`
320pub fn cube(exprs: Vec<Expr>) -> Expr {
321 Expr::GroupingSet(GroupingSet::Cube(exprs))
322}
323
324/// Create a grouping set for rollup
325pub fn rollup(exprs: Vec<Expr>) -> Expr {

Callers 1

Calls 1

GroupingSetEnum · 0.85

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…