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

Function NewIntervalFieldContext

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

Source from the content-addressed store, hash-verified

9132func (*IntervalFieldContext) IsIntervalFieldContext() {}
9133
9134func NewIntervalFieldContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IntervalFieldContext {
9135 var p = new(IntervalFieldContext)
9136
9137 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
9138
9139 p.parser = parser
9140 p.RuleIndex = SqlBaseParserRULE_intervalField
9141
9142 return p
9143}
9144
9145func (s *IntervalFieldContext) GetParser() antlr.Parser { return s.parser }
9146

Callers 1

IntervalFieldMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected