penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
996 stars 60 forks source link

Scalar function support #144

Open penberg opened 3 months ago

penberg commented 3 months ago

This is a tracking issue for all scalar functions:

https://github.com/penberg/limbo/blob/main/COMPAT.md#scalar-functions

brayanjuls commented 3 months ago

Hey! I would work on abs scalar function.

brayanjuls commented 3 months ago

I would pick upper and lower case, and after that min and max functions. I will try to implement Once Ins this time when implementing min and max.

travenin commented 2 months ago

I am interested in contributing to scalar functions. I took hex and unhex under my lens.