ArrayNode for holding multiple similar elements arg0 IN (arg1,arg2.....) 5 in (1,2,3,4)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected