selectRecordsFrom

fun <T : Any> selectRecordsFrom(lastKey: String, lastChunkIndex: Long, limit: Long, mapper: (key: String, chunk_index: Long, record: ByteArray) -> T): Query<T>
fun selectRecordsFrom(lastKey: String, lastChunkIndex: Long, limit: Long): Query<SelectRecordsFrom>