MCPcopy Create free account
hub / github.com/araddon/qlbridge / ReverseNegation

Method ReverseNegation

expr/node.go:120–120  ·  view source on GitHub ↗

ReverseNegation if Possible: for instance: "A" NOT IN ("a","b") => "A" IN ("a","b")

()

Source from the content-addressed store, hash-verified

118 // ReverseNegation if Possible: for instance:
119 // "A" NOT IN ("a","b") => "A" IN ("a","b")
120 ReverseNegation() bool
121 // StringNegate
122 StringNegate() string
123 // WriteNegate write out this node into a writer

Callers 2

CollapseMethod · 0.65
NewUnaryFunction · 0.65

Implementers 3

BooleanNodeexpr/node.go
TriNodeexpr/node.go
IncludeNodeexpr/node.go

Calls

no outgoing calls

Tested by

no test coverage detected