MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / val_uint

Method val_uint

sql/item.h:851–851  ·  view source on GitHub ↗

This is just a shortcut to avoid the cast. You should still use unsigned_flag to check the sign of the item. */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

val_intFunction · 0.85

Tested by

no test coverage detected