UNPKG
hypertable-driver
Version:
latest (1.98.4)
1.98.4
1.98.3
1.98.2
1.98.1
1.0.0
hypertable-driver
github.com/zy445566/hypertable-driver
zy445566/hypertable-driver
hypertable-driver
/
lib
/
pojso
/
KeyFlag.js
9 lines
(8 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
KeyFlag
=
{
DELETE_ROW :
0
,
DELETE_CF :
1
,
DELETE_CELL :
2
,
DELETE_CELL_VERSION :
3
,
INSERT :
255
}
;
module.exports
=
KeyFlag;