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

Function NewRelationPrimaryContext

query/sql/antlrgen/sqlbase_parser.go:4697–4706  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

4695func (*RelationPrimaryContext) IsRelationPrimaryContext() {}
4696
4697func NewRelationPrimaryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *RelationPrimaryContext {
4698 var p = new(RelationPrimaryContext)
4699
4700 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
4701
4702 p.parser = parser
4703 p.RuleIndex = SqlBaseParserRULE_relationPrimary
4704
4705 return p
4706}
4707
4708func (s *RelationPrimaryContext) GetParser() antlr.Parser { return s.parser }
4709

Callers 1

RelationPrimaryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected