foreach ($this->db->fetchAll($query, array($decadeStart, $decadeEnd)) as $row) {
            yield new Entry($row['id']);
        }