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

Function NewTimeZoneSpecifierContext

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

Source from the content-addressed store, hash-verified

8386func (*TimeZoneSpecifierContext) IsTimeZoneSpecifierContext() {}
8387
8388func NewTimeZoneSpecifierContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TimeZoneSpecifierContext {
8389 var p = new(TimeZoneSpecifierContext)
8390
8391 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
8392
8393 p.parser = parser
8394 p.RuleIndex = SqlBaseParserRULE_timeZoneSpecifier
8395
8396 return p
8397}
8398
8399func (s *TimeZoneSpecifierContext) GetParser() antlr.Parser { return s.parser }
8400

Callers 1

TimeZoneSpecifierMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected