Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Calcite already offers BigQuery's STARTS_WITH and ENDS_WITH functions. Postgres offers these functions as well. Snowflake offers two very similar functions (the only difference being the naming).
Examples of each function can be found in their original implementation commit 742d477
There will also need to be a small change necessary since Snowflake uses ENDSWITH and STARTSWITH as the function names.
Attachments
Issue Links
- relates to
-
CALCITE-6172 Allow aliased operators to re-use existing tests
- Closed
- links to