Beispiel #1
0
 static inline int64_t peekTimestamp(const NValue value) {
     assert(value.getValueType() == VALUE_TYPE_TIMESTAMP);
     return value.getTimestamp();
 }