[
https://issues.apache.org/jira/browse/FLINK-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15352789#comment-15352789
]
ASF GitHub Bot commented on FLINK-3580:
---------------------------------------
Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/2150#discussion_r68735888
--- Diff: docs/apis/table.md ---
@@ -775,6 +775,8 @@ column names and function names follow Java identifier
syntax. Expressions speci
If working with exact numeric values or large decimals is required, the
Table API also supports Java's BigDecimal type. In the Scala Table API decimals
can be defined by `BigDecimal("123456")` and in Java by appending a "p" for
precise e.g. `123456p`.
--- End diff --
No, there is no standard suffix for BigDecimals and `d` is already the
suffix for `double`.
> Reintroduce Date/Time and implement scalar functions for it
> -----------------------------------------------------------
>
> Key: FLINK-3580
> URL: https://issues.apache.org/jira/browse/FLINK-3580
> Project: Flink
> Issue Type: Sub-task
> Components: Table API & SQL
> Reporter: Timo Walther
> Assignee: Timo Walther
>
> This task includes:
> {code}
> DATETIME_PLUS
> EXTRACT_DATE
> FLOOR
> CEIL
> CURRENT_TIME
> CURRENT_TIMESTAMP
> LOCALTIME
> LOCALTIMESTAMP
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)