Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
123
func
(v *ASTBuilder) defaultResult()
interface
{} {
124
return
nil
125
}
126
127
func
(v *ASTBuilder) shouldVisitNextChild(node antlr.RuleNode, currentResult
interface
{}) bool {
128
return
true
Callers
1
VisitChildren
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected