This is an automated email from the ASF dual-hosted git repository.
twalthr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 047a85b Fix Javadoc links in documentation
new ab1d1df [FLINK-9853] [table] Add HEX support for Table API & SQL
new 2f16894 [hotfix] [table] [docs] Improvements for the functions
documentation
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/dev/table/functions.md | 174 ++++++++++++++++++++-
docs/dev/table/sql.md | 119 +-------------
docs/dev/table/tableApi.md | 7 +-
.../flink/table/api/scala/expressionDsl.scala | 9 ++
.../flink/table/codegen/calls/BuiltInMethods.scala | 4 +
.../table/codegen/calls/FunctionGenerator.scala | 12 ++
.../flink/table/expressions/mathExpressions.scala | 18 +++
.../table/functions/sql/ScalarSqlFunctions.scala | 9 ++
.../table/runtime/functions/ScalarFunctions.scala | 16 +-
.../flink/table/validate/FunctionCatalog.scala | 2 +
.../table/expressions/ScalarFunctionsTest.scala | 93 +++++++++++
11 files changed, 338 insertions(+), 125 deletions(-)