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

Struct TriNode

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

TriNode 3 part expression such as ARG1 Between ARG2 AND ARG3

Source from the content-addressed store, hash-verified

272 // TriNode 3 part expression such as
273 // ARG1 Between ARG2 AND ARG3
274 TriNode struct {
275 negated bool
276 Args []Node
277 Operator lex.Token
278 }
279
280 // UnaryNode negates a single node argument
281 //

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected