[FEAT]: Query builder automatic promotion of types to ast types
Open
- Dominant language
- Python
- Stars
- 497
- Forks
- 77
- Avg merge
- 22h 37m
- Merged PRs (30d)
- 45
Description
e.g. `expr = b.math.sqrt(b.literal(2))` -> `expr = b.math.sqrt(2)` is there a way to generically special case the functions to do literal promotion.
Prior art here comes from geldata (in TS) where thy have similar promotion available for db queries
Contributor guide
Assessment
This issue has not been assessed yet.