This is just a shortcut to avoid the cast. You should still use unsigned_flag to check the sign of the item. */
| 849 | unsigned_flag to check the sign of the item. |
| 850 | */ |
| 851 | inline ulonglong val_uint() { return (ulonglong) val_int(); } |
| 852 | /* |
| 853 | Return string representation of this item object. |
| 854 |