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

Method defaultResult

query/sql/sql_parser.go:123–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121}
122
123func (v *ASTBuilder) defaultResult() interface{} {
124 return nil
125}
126
127func (v *ASTBuilder) shouldVisitNextChild(node antlr.RuleNode, currentResult interface{}) bool {
128 return true

Callers 1

VisitChildrenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected