UNPKG

hypertable-driver

Version:
9 lines (8 loc) 151 B
const KeyFlag = { DELETE_ROW : 0, DELETE_CF : 1, DELETE_CELL : 2, DELETE_CELL_VERSION : 3, INSERT : 255 }; module.exports = KeyFlag;