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

Function NewBooleanValueContext

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

Source from the content-addressed store, hash-verified

8810func (*BooleanValueContext) IsBooleanValueContext() {}
8811
8812func NewBooleanValueContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BooleanValueContext {
8813 var p = new(BooleanValueContext)
8814
8815 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
8816
8817 p.parser = parser
8818 p.RuleIndex = SqlBaseParserRULE_booleanValue
8819
8820 return p
8821}
8822
8823func (s *BooleanValueContext) GetParser() antlr.Parser { return s.parser }
8824

Callers 1

BooleanValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected