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

Function NewEmptyQueryPrimaryContext

query/sql/antlrgen/sqlbase_parser.go:1687–1692  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1685}
1686
1687func NewEmptyQueryPrimaryContext() *QueryPrimaryContext {
1688 var p = new(QueryPrimaryContext)
1689 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1)
1690 p.RuleIndex = SqlBaseParserRULE_queryPrimary
1691 return p
1692}
1693
1694func (*QueryPrimaryContext) IsQueryPrimaryContext() {}
1695

Callers 4

NewSubqueryContextFunction · 0.85
NewTableContextFunction · 0.85
NewInlineTableContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected