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

Function NewSqltypeContext

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

Source from the content-addressed store, hash-verified

9372func (*SqltypeContext) IsSqltypeContext() {}
9373
9374func NewSqltypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SqltypeContext {
9375 var p = new(SqltypeContext)
9376
9377 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
9378
9379 p.parser = parser
9380 p.RuleIndex = SqlBaseParserRULE_sqltype
9381
9382 return p
9383}
9384
9385func (s *SqltypeContext) GetParser() antlr.Parser { return s.parser }
9386

Callers 1

sqltypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected