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

Struct ArrayNode

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

ArrayNode for holding multiple similar elements arg0 IN (arg1,arg2.....) 5 in (1,2,3,4)

Source from the content-addressed store, hash-verified

306 // arg0 IN (arg1,arg2.....)
307 // 5 in (1,2,3,4)
308 ArrayNode struct {
309 wraptype string // ( or [
310 Args []Node
311 }
312)
313
314// Includer defines an interface used for resolving INCLUDE clauses into a

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected