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

Function NewEmptyIdentifierContext

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

Source from the content-addressed store, hash-verified

10429}
10430
10431func NewEmptyIdentifierContext() *IdentifierContext {
10432 var p = new(IdentifierContext)
10433 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1)
10434 p.RuleIndex = SqlBaseParserRULE_identifier
10435 return p
10436}
10437
10438func (*IdentifierContext) IsIdentifierContext() {}
10439

Callers 4

Calls

no outgoing calls

Tested by

no test coverage detected