MCPcopy Create free account
hub / github.com/uber/aresdb / NewEmptyTimeZoneSpecifierContext

Function NewEmptyTimeZoneSpecifierContext

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

Source from the content-addressed store, hash-verified

8377}
8378
8379func NewEmptyTimeZoneSpecifierContext() *TimeZoneSpecifierContext {
8380 var p = new(TimeZoneSpecifierContext)
8381 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1)
8382 p.RuleIndex = SqlBaseParserRULE_timeZoneSpecifier
8383 return p
8384}
8385
8386func (*TimeZoneSpecifierContext) IsTimeZoneSpecifierContext() {}
8387

Callers 2

NewTimeZoneStringContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected