You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lz...@apache.org on 2017/07/18 06:57:13 UTC

[2/2] beam git commit: This closes #3525

This closes #3525


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/4c47ba00
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/4c47ba00
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/4c47ba00

Branch: refs/heads/DSL_SQL
Commit: 4c47ba00bf480f823c95c31fd6e2a8c8eb84d1aa
Parents: 2f8ee98 caa9450
Author: JingsongLi <lz...@aliyun.com>
Authored: Tue Jul 18 14:56:46 2017 +0800
Committer: JingsongLi <lz...@aliyun.com>
Committed: Tue Jul 18 14:56:46 2017 +0800

----------------------------------------------------------------------
 .../dsls/sql/interpreter/BeamSqlFnExecutor.java | 26 +++++++-
 .../operator/math/BeamSqlAtan2Expression.java   | 44 +++++++++++++
 .../operator/math/BeamSqlCeilExpression.java    | 47 ++++++++++++++
 .../operator/math/BeamSqlFloorExpression.java   | 47 ++++++++++++++
 .../operator/math/BeamSqlPiExpression.java      | 42 +++++++++++++
 .../math/BeamSqlTruncateExpression.java         | 66 ++++++++++++++++++++
 .../math/BeamSqlMathBinaryExpressionTest.java   | 20 ++++++
 .../math/BeamSqlMathUnaryExpressionTest.java    | 18 ++++++
 8 files changed, 308 insertions(+), 2 deletions(-)
----------------------------------------------------------------------