172173174175176177178179180
data = column.getByteBufferValue(); } } if (!hasColumn) { throw new NotFoundException(this.key.toString() + " has no uniquness lock"); } return data; }
838485868788899091
throw new RuntimeException("Row has duplicate quite columns"); foundColumn = column; } } if (foundColumn == null) { throw new NotFoundException("Unique column not found"); } return foundColumn; }