ClickhouseBuilder
ClickhouseBuilder copied to clipboard
Support for offset
Hi,
Great work on the code base, its difficult to find any laravel implementations with clickhouse.
Would it be possible to support the Builder method offset?
EG:
DB::table()->where()->limit()->offset()->get();
Laravel supports this by default in their query builder
Method Tinderbox\ClickhouseBuilder\Integrations\Laravel\Builder::offset does not exist.
Thanks