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

Function NewLogicalNotContext

query/sql/antlrgen/sqlbase_parser.go:5053–5061  ·  view source on GitHub ↗
(parser antlr.Parser, ctx antlr.ParserRuleContext)

Source from the content-addressed store, hash-verified

5051}
5052
5053func NewLogicalNotContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *LogicalNotContext {
5054 var p = new(LogicalNotContext)
5055
5056 p.BooleanExpressionContext = NewEmptyBooleanExpressionContext()
5057 p.parser = parser
5058 p.CopyFrom(ctx.(*BooleanExpressionContext))
5059
5060 return p
5061}
5062
5063func (s *LogicalNotContext) GetRuleContext() antlr.RuleContext {
5064 return s

Callers 1

booleanExpressionMethod · 0.85

Calls 2

CopyFromMethod · 0.45

Tested by

no test coverage detected