Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Document Oracle-specific functions (DECODE, NVL, LTRIM, RTRIM, SUBSTR, GREATEST, LEAST) in the SQL reference.
Same goes for MySQL-specific functions (e.g. JSON_TYPE).
I don't think we should have separate lists of Oracle-specific functions and MySQL-specific functions. Because quite a few functions appear in more than one place. Better, I think, to have a concise annotation against each function which tables it occurs in.
The current list of tables is standard, oracle, spatial, mysql. Perhaps also indicate whether a function is an extension to the SQL standard but still occurs in Calcite's default table.
Attachments
Issue Links
- Blocked
-
CALCITE-3016 Reorganize the operator tables
- Closed
- is related to
-
CALCITE-2876 Add MySQLSqlOperatorTable
- Closed
- relates to
-
CALCITE-3074 Move MySQL's JSON operators to SqlLibraryOperators
- Closed
-
CALCITE-2965 Implement string functions: REPEAT, SPACE, SOUNDEX, DIFFERENCE
- Closed
-
CALCITE-2459 Add implementation of From_Base64 to SqlFunctions
- Open
-
CALCITE-2460 Implement TO_BASE64 and FROM_BASE64 functions
- Closed
-
CALCITE-2867 JSON support
- In Progress
-
CALCITE-2510 Add CHR built-in function (Oracle only)
- Closed
- links to