trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.5k stars 3.02k forks source link

Indicate certain string functions cannot fail #24182

Closed martint closed 4 days ago

martint commented 5 days ago

This allows the optimizer to be more aggressive during predicate pushdown.

(x) Release notes are required, with the following suggested text:

## General
* Improve performance when using various string functions in queries involving joins. ({issue}`24182`)