Chris Sadler

Results 13 issues of Chris Sadler

> Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://groups.google.com/forum/#!forum/rocksdb or https://www.facebook.com/groups/rocksdb.dev ### Expected behavior Per the notes [here](https://github.com/facebook/rocksdb/blob/main/include/rocksdb/db.h#L405-L408), when...

Right now it's only possible to resolve scalar functions by ID (+ the specific overload you want). This works, but anyone directly constructing logical plans with scalar function calls has...

This might be a minor nit, but it would be nice if you could specify the number of required arguments when calling [`vararg_scalar_fn_overloads`](https://github.com/partiql/partiql-lang-rust/blame/main/partiql-catalog/src/scalar_fn.rs#L75C36-L75C36), rather than requiring vararg functions that define...