Didar Shayarov created IGNITE-28689:
---------------------------------------
Summary: Update Calcite SQL supported functions doc
Key: IGNITE-28689
URL: https://issues.apache.org/jira/browse/IGNITE-28689
Project: Ignite
Issue Type: Task
Affects Versions: 2.18
Reporter: Didar Shayarov
Fix For: 2.19
The Ignite 2 Calcite SQL documentation contains a compact “Supported Functions”
list that is hard to verify against the actual Ignite 2.18 codebase and
contains some incorrect function names.
Current problems:
* The Date and time functions list contains {{{}LAST_DATE{}}}, but Ignite 2.18
registers and tests {{{}LAST_DAY{}}}.
* Some documented functions are implemented as Ignite-specific functions or
aliases (length to char_length, bitand bitor bitxor)
* The current documentation only lists function names and does not provide
signatures or descriptions.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)