MCPcopy
hub / github.com/uber/aresdb / shouldVisitNextChild

Method shouldVisitNextChild

query/sql/sql_parser.go:127–129  ·  view source on GitHub ↗
(node antlr.RuleNode, currentResult interface{})

Source from the content-addressed store, hash-verified

125}
126
127func (v *ASTBuilder) shouldVisitNextChild(node antlr.RuleNode, currentResult interface{}) bool {
128 return true
129}
130
131func (v *ASTBuilder) aggregateResult(node antlr.ParseTree, aggregate interface{}, nextResult interface{}) interface{} {
132 location := v.getLocation(node)

Callers 1

VisitChildrenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected