Marko Bakovic

Results 2 issues of Marko Bakovic

``` pub const Range = py.class("Range", struct { pub const Iterator = py.class("Iterator", struct { ... }); ... }); ``` Currently fails with `pydust/src/pydust.zig:201:5: error: Class has no associated module`...

**Use case** I'd like to use `chdb` as a query engine for a custom storage engine implemented in Python. **Describe the solution you'd like** Pass some kind of filters to...

Performance