Results 2 issues of Lin Lu

Similar to this PR: https://github.com/dragonmantank/cron-expression/pull/160. The next execution hour is skipped when the hours in the cron expression are not sorted. E.g. the schedule at 10 is skipped if the...

In the client v1, there is a `stream()` method in the `ClickHouseResponse` class that returns a stream of POJO's: https://github.com/ClickHouse/clickhouse-java/blob/8649357eb64b14d970148e68815fc46d378c2ab7/clickhouse-client/src/main/java/com/clickhouse/client/ClickHouseResponse.java#L195-L203 In the client v2, the `Client` class has a `queryAll()`...

enhancement
client-api-v2