Beispiel #1
0
 static inline int64_t peekBigInt(const NValue value) {
     assert(value.getValueType() == VALUE_TYPE_BIGINT);
     return value.getBigInt();
 }