Description
Add a mechanism to allow connections to use additional operator tables, the first of which will be one with Oracle-specific functions. We don't aim to do every function.
Important functions:
- DECODE
- NVL
- RTRIM
- LTRIM
- LPAD
- RPAD
- TO_CHAR
- TO_NUMBER
- TO_DATE
- TRUNC
- SUBSTR (different from standard SUBSTRING)
- INSTR
Easy:
- PI
- DEGREES
- RADIANS
- SIGN
- GREATEST
- LEAST
Attachments
Issue Links
- depends upon
-
CALCITE-1054 NPE caused by wrong code generation for Timestamp fields
- Closed
- is related to
-
CALCITE-6566 JDBC adapter should generate PI function with parentheses in most dialects
- Resolved
-
CALCITE-5451 Implement LPAD() and RPAD() functions
- Closed
- links to