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

Function NewRelationContext

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

Source from the content-addressed store, hash-verified

3463func (*RelationContext) IsRelationContext() {}
3464
3465func NewRelationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *RelationContext {
3466 var p = new(RelationContext)
3467
3468 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
3469
3470 p.parser = parser
3471 p.RuleIndex = SqlBaseParserRULE_relation
3472
3473 return p
3474}
3475
3476func (s *RelationContext) GetParser() antlr.Parser { return s.parser }
3477

Callers 1

relationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected