You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2020/10/01 00:25:15 UTC

[incubator-pinot] branch support_array_transform_function_phase1 updated (c5e290b -> 1e52934)

This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a change to branch support_array_transform_function_phase1
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from c5e290b  Adding array transform functions: array_average, array_max, array_min, array_sum
     add 1e52934  Address comments

No new revisions were added by this update.

Summary of changes:
 .../common/function/TransformFunctionType.java     |   8 +-
 .../function/ArrayAverageTransformFunction.java    |  41 ++++----
 .../function/ArrayMaxTransformFunction.java        |  36 +++----
 .../function/ArrayMinTransformFunction.java        |  36 +++----
 .../function/ArraySumTransformFunction.java        | 103 +++++----------------
 .../function/ArraySumTransformFunctionTest.java    |  12 +--
 6 files changed, 84 insertions(+), 152 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org