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

Function NewRelationDefaultContext

query/sql/antlrgen/sqlbase_parser.go:3494–3502  ·  view source on GitHub ↗
(parser antlr.Parser, ctx antlr.ParserRuleContext)

Source from the content-addressed store, hash-verified

3492}
3493
3494func NewRelationDefaultContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *RelationDefaultContext {
3495 var p = new(RelationDefaultContext)
3496
3497 p.RelationContext = NewEmptyRelationContext()
3498 p.parser = parser
3499 p.CopyFrom(ctx.(*RelationContext))
3500
3501 return p
3502}
3503
3504func (s *RelationDefaultContext) GetRuleContext() antlr.RuleContext {
3505 return s

Callers 1

relationMethod · 0.85

Calls 2

NewEmptyRelationContextFunction · 0.85
CopyFromMethod · 0.45

Tested by

no test coverage detected