dgraph_ex v0.1.5 DgraphEx.Expr.Sum View Source

Link to this section Summary

Functions

Aggregation

Link to this section Functions

Aggregation

Syntax Example: AG(val(varName))

For AG replaced with

min : select the minimum value in the value variable varName max : select the maximum value sum : sum all values in value variable varName avg : calculate the average of values in varName