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

Method VisitStatementDefault

query/sql/sql_parser.go:1063–1065  ·  view source on GitHub ↗

***************** Reserved ***************** VisitStatementDefault visits the node

(ctx *antlrgen.StatementDefaultContext)

Source from the content-addressed store, hash-verified

1061
1062// VisitStatementDefault visits the node
1063func (v *ASTBuilder) VisitStatementDefault(ctx *antlrgen.StatementDefaultContext) interface{} {
1064 return v.VisitChildren(ctx)
1065}
1066
1067// VisitQueryTermDefault visits the node
1068func (v *ASTBuilder) VisitQueryTermDefault(ctx *antlrgen.QueryTermDefaultContext) interface{} {

Callers

nothing calls this directly

Calls 1

VisitChildrenMethod · 0.95

Tested by

no test coverage detected