Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
In Postgresql,It supports the following sql grammar:
select DECIMAL '99.999'
Postgresql converts DECIMAL '99.999' to numeric constants:
Now core sql parser converts DECIMAL '99.999' to AS SqlBasicCall,like this:
this jira allow literals like DECIMAL '12.3' (consistent with Postgres)
Attachments
Attachments
Issue Links
- is related to
-
CALCITE-5424 Customize handling of literals based on type system
- Closed
- links to