You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jb...@apache.org on 2017/06/06 09:04:36 UTC

[2/2] beam git commit: [BEAM-2329] This closes #3236

[BEAM-2329] This closes #3236


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

Branch: refs/heads/DSL_SQL
Commit: fcc80ce84830fa1f7d51ee9b6dd24a7de58bb81e
Parents: 9395fbb 5ace346
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue Jun 6 11:04:27 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Jun 6 11:04:27 2017 +0200

----------------------------------------------------------------------
 .../dsls/sql/interpreter/BeamSQLFnExecutor.java |  7 ++
 .../interpreter/operator/BeamSqlExpression.java |  4 ++
 .../operator/math/BeamSqlAbsExpression.java     | 72 ++++++++++++++++++++
 .../math/BeamSqlMathUnaryExpression.java        | 58 ++++++++++++++++
 .../operator/math/BeamSqlSqrtExpression.java    | 40 +++++++++++
 .../interpreter/operator/math/package-info.java | 22 ++++++
 .../math/BeamSqlMathUnaryExpressionTest.java    | 70 +++++++++++++++++++
 7 files changed, 273 insertions(+)
----------------------------------------------------------------------