[
https://issues.apache.org/jira/browse/FLINK-3580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15352734#comment-15352734
]
ASF GitHub Bot commented on FLINK-3580:
---------------------------------------
Github user aljoscha commented on a diff in the pull request:
https://github.com/apache/flink/pull/2150#discussion_r68730731
--- 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 --
Is the `p` suffix a standard suffix for BigDecimal?
> 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)