NewMapEntry creates a MapEntry with a given key, value, and a flag indicating whether the key is optionally set.
(id int64, key, value Expr, isOptional bool)
| 60 | // NewMapEntry creates a MapEntry with a given key, value, and a flag indicating whether |
| 61 | // the key is optionally set. |
| 62 | NewMapEntry(id int64, key, value Expr, isOptional bool) EntryExpr |
| 63 | |
| 64 | // NewPresenceTest creates an Expr representing a field presence test on an operand expression. |
| 65 | NewPresenceTest(id int64, operand Expr, field string) Expr |
no outgoing calls