return CellUtil.toString(getLastKey(),false); | return getLastKey().map(CellUtil::getCellKeyAsString); | CellUtil.toString(getLastKey(),false) | getLastKey().map(CellUtil::getCellKeyAsString) | hbase | a5f84430a305db6a1eddd45f82d19babf43a8d01 | org.apache.hadoop.hbase.io.hfile.HFileReaderImpl | | _1 | toStringLastKey |
---|
_2 | toStringLastKey |
---|
| | - org.apache.hadoop.hbase.CellUtil
| | Returns | True |