| 135 | virtual Item *key_item() const { return args[0]; } |
| 136 | virtual bool const_item() const { return const_item_cache; } |
| 137 | inline Item **arguments() const |
| 138 | { DBUG_ASSERT(argument_count() > 0); return args; } |
| 139 | void set_arguments(List<Item> &list); |
| 140 | inline uint argument_count() const { return arg_count; } |
| 141 | inline void remove_arguments() { arg_count=0; } |
no outgoing calls
no test coverage detected