With column family's row key type being integer, the result look like following in Data Explorer:
Row Key Columns
\x00\x00\x00\x13 some value
There are two questions:
1, If select "Key" from drop down menu, what value should I put in? I tried 19, it does not work. int(19) does not work either.
The only way works is to select "Hex Key" and use "00000013" to find that record. Is that by design?
2, Is there a way to display the Row Key in integer format instead of hex string?
Thanks
