NewPresenceTest creates an Expr representing a field presence test on an operand expression.
(id int64, operand Expr, field string)
| 63 | |
| 64 | // NewPresenceTest creates an Expr representing a field presence test on an operand expression. |
| 65 | NewPresenceTest(id int64, operand Expr, field string) Expr |
| 66 | |
| 67 | // NewSelect creates an Expr representing a field selection on an operand expression. |
| 68 | NewSelect(id int64, operand Expr, field string) Expr |
no outgoing calls