MCPcopy
hub / github.com/uber/aresdb / NewEmptyBooleanExpressionContext

Function NewEmptyBooleanExpressionContext

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

Source from the content-addressed store, hash-verified

5013}
5014
5015func NewEmptyBooleanExpressionContext() *BooleanExpressionContext {
5016 var p = new(BooleanExpressionContext)
5017 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1)
5018 p.RuleIndex = SqlBaseParserRULE_booleanExpression
5019 return p
5020}
5021
5022func (*BooleanExpressionContext) IsBooleanExpressionContext() {}
5023

Callers 3

NewLogicalNotContextFunction · 0.85
NewBooleanDefaultContextFunction · 0.85
NewLogicalBinaryContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected