normanj-bitquill
normanj-bitquill
* Splits the PostgreSQL toChar function off to its own function * Does not implement FX or TM prefix * Does not implement SP suffix * Timezone patterns are supported...
* The existing power function is moved to all non PostgreSQL libraries * The new power function is only for PostgreSQL * The new function returns a decimal if any...
This is layered on top of https://github.com/apache/calcite/pull/3773 * First phase, mostly reorganizing classes * Does not yet implement to_date or to_timestamp * Fixed up fill mode handling * Isolated the...
* Add new GREATEST and LEAST functions for PostgreSQL * The new functions only return null if all arguments are null * Created a new library for RedShift since it...
* Supports all date/time format patterns of PostreSQL 14 * Oracle will use the existing implementations
### Description Adds the FILLNULL command for PPL. FILLNULL will replace NULL values in specified fields. ### Related Issues Resolves #3032 ### Check List - [Y] New functionality includes testing....
### Description Add documentation for the `plugins.query.field_type_tolerance` setting. ### Related Issues Resolves #1300 ### Check List - [ ] New functionality includes testing. - [ ] New functionality has been...
**What is the bug?** If MAX or MIN are applied to a field with array values, then the MAX or MIN of any element in any of the array values...
**What is the bug?** If a field that contains array values is used in a GROUP BY clause, each value in the array is considered as a separate row value....
**What is the bug?** The comparison operators (=, !=, >, >=,