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

Function NewQuotedIdentifierContext

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

Source from the content-addressed store, hash-verified

10499}
10500
10501func NewQuotedIdentifierContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *QuotedIdentifierContext {
10502 var p = new(QuotedIdentifierContext)
10503
10504 p.IdentifierContext = NewEmptyIdentifierContext()
10505 p.parser = parser
10506 p.CopyFrom(ctx.(*IdentifierContext))
10507
10508 return p
10509}
10510
10511func (s *QuotedIdentifierContext) GetRuleContext() antlr.RuleContext {
10512 return s

Callers 1

IdentifierMethod · 0.85

Calls 2

CopyFromMethod · 0.45

Tested by

no test coverage detected