selectRecords

fun <T : Any> selectRecords(key: Collection<String>, mapper: (key: String, record: ByteArray) -> T): Query<T>