MCPcopy Index your code
hub / github.com/uber/aresdb / NewEmptyRelationPrimaryContext

Function NewEmptyRelationPrimaryContext

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

Source from the content-addressed store, hash-verified

4686}
4687
4688func NewEmptyRelationPrimaryContext() *RelationPrimaryContext {
4689 var p = new(RelationPrimaryContext)
4690 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1)
4691 p.RuleIndex = SqlBaseParserRULE_relationPrimary
4692 return p
4693}
4694
4695func (*RelationPrimaryContext) IsRelationPrimaryContext() {}
4696

Callers 3

NewTableNameContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected