[ https://issues.apache.org/jira/browse/FLINK-11296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
xuqianjin updated FLINK-11296: ------------------------------ Summary: Support truncate in TableAPI & SQL (was: Support truncate in TableAPI) > Support truncate in TableAPI & SQL > ---------------------------------- > > Key: FLINK-11296 > URL: https://issues.apache.org/jira/browse/FLINK-11296 > Project: Flink > Issue Type: Improvement > Components: Table API & SQL > Affects Versions: 1.7.1 > Reporter: xuqianjin > Assignee: xuqianjin > Priority: Major > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > > Add {{truncate}} support in TableAPI, Add support as follows: > ||expression||Expect the result|| > |truncate(cast(42.345 as decimal(2, 3)), 2)|42.34| > |truncate(42, -1)|40| > |truncate(42.324)|42.0| -- This message was sent by Atlassian JIRA (v7.6.3#76005)