Beispiel #1
0
 static inline int8_t peekTinyInt(const NValue value) {
     assert(value.getValueType() == VALUE_TYPE_TINYINT);
     return value.getTinyInt();
 }