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

Method IsGroupBy

query/query.go:311–313  ·  view source on GitHub ↗

IsGroupBy returns whether this subgraph is part of a groupBy query.

()

Source from the content-addressed store, hash-verified

309
310// IsGroupBy returns whether this subgraph is part of a groupBy query.
311func (sg *SubGraph) IsGroupBy() bool {
312 return sg.Params.IsGroupBy
313}
314
315// IsInternal returns whether this subgraph is marked as internal.
316func (sg *SubGraph) IsInternal() bool {

Callers 4

valueVarAggregationMethod · 0.95
populateVarMapMethod · 0.95
ProcessGraphFunction · 0.80
validateSubGraphForRDFFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected