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

Function rollup

datafusion/expr/src/expr_fn.rs:325–327  ·  view source on GitHub ↗

Create a grouping set for rollup

(exprs: Vec<Expr>)

Source from the content-addressed store, hash-verified

323
324/// Create a grouping set for rollup
325pub fn rollup(exprs: Vec<Expr>) -> Expr {
326 Expr::GroupingSet(GroupingSet::Rollup(exprs))
327}
328
329/// Create a cast expression
330pub fn cast(expr: Expr, data_type: DataType) -> Expr {

Callers 1

Calls 1

GroupingSetEnum · 0.85

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…