コード例 #1
0
ファイル: ValuePeeker.hpp プロジェクト: ifcharming/voltdb2.1
 static inline int64_t peekBigInt(const NValue value) {
     assert(value.getValueType() == VALUE_TYPE_BIGINT);
     return value.getBigInt();
 }