MCPcopy
hub / github.com/dgraph-io/dgraph / isAggregator

Function isAggregator

dql/parser.go:3496–3498  ·  view source on GitHub ↗
(fname string)

Source from the content-addressed store, hash-verified

3494}
3495
3496func isAggregator(fname string) bool {
3497 return fname == "min" || fname == "max" || fname == "sum" || fname == "avg"
3498}
3499
3500func isExpandFunc(name string) bool {
3501 return name == "expand"

Callers 3

IsAggregatorMethod · 0.85
validateEmptyBlockItemFunction · 0.85
godeepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected