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

Struct NamedQueryContext

query/sql/antlrgen/sqlbase_parser.go:2969–2973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2967}
2968
2969type NamedQueryContext struct {
2970 *antlr.BaseParserRuleContext
2971 parser antlr.Parser
2972 name IIdentifierContext
2973}
2974
2975func NewEmptyNamedQueryContext() *NamedQueryContext {
2976 var p = new(NamedQueryContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected