MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / IsAggregator

Method IsAggregator

dql/parser.go:229–231  ·  view source on GitHub ↗

IsAggregator returns true if the function name is an aggregation function.

()

Source from the content-addressed store, hash-verified

227
228// IsAggregator returns true if the function name is an aggregation function.
229func (f *Function) IsAggregator() bool {
230 return isAggregator(f.Name)
231}
232
233// IsPasswordVerifier returns true if the function name is "checkpwd".
234func (f *Function) IsPasswordVerifier() bool {

Callers 1

treeCopyFunction · 0.80

Calls 1

isAggregatorFunction · 0.85

Tested by

no test coverage detected