Christopher Prohm

Results 50 issues of Christopher Prohm

https://github.com/treebeardtech/nbmake

For example: ```sql select * from test order by 4 * c1 ```

`distinct on` allows to formulate `argmax` / `argmin` like queries. For example: ``` select distinct on (key) key, sort_key, value order by key, sort_key desc ```

Add support for analytic functions. In particular: - `AVG` - `ROW_NUMBER` - `LAG` - `SUM` With support for: - `ORDER BY ...` - `PARTITION BY ...`

Add support for - `UNION` - `INTERSECTION` - `MINUS`

Hi everyone, I was looking into adding support for arrow2=0.18 to my own crate and was looking for the source code of this release. However I can't seem to find...

`NullArray` always gives `is_null(idx) == false`. Is this expected behavior? I would have expected it to return `true` for all elements. `arrow-rs` returns unconditionally `true` ([source](https://github.com/apache/arrow-rs/blob/591f0ef45c8184c2cbf5d46fc1ddf81c207e55ee/arrow-array/src/array/null_array.rs#L93)). `arrow2` returns false, as...

Currently the release candidate for `pytest==8.0.0` is available. - [ ] Run the test suite with it - [ ] Update the requirements.txt file once released - [ ] Release...

Thanks for this great library. Setting it up was extremely simple and it works like a charm. However, I ran into a problem while trying to set `updateTitle` to `false`:...

Hi @koaning, Really cool idea. That reminds of a similar setup I use. In principle the functionality is the same, but I use [custom elements](https://developer.mozilla.org/en-US/docs/Web/API/Web_Components/Using_custom_elements). I beleive they have a...