Loads a specified number of rows from the hbase. @param scanner The hbase scanner to retrieve the data. @param offset The offset to start from. @param rowsNumber The number of rows to load. @param rows The loaded rows. This is the output parameter. @param columns The columns loaded
(
ResultScanner scanner, long offset, int rowsNumber, Collection<DataRow> rows, Collection<ColumnQualifier> columns)
source not stored for this graph (policy: none)
no test coverage detected