You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2021/01/28 19:17:35 UTC

[druid] branch master updated (a46d561 -> 2ce7b3d)

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

gian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from a46d561  Fix byte calculation for maxBytesInMemory to take into account of Sink/Hydrant Object overhead (#10740)
     add 2ce7b3d  bitwise math function expressions (#10605)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/druid/math/expr/antlr/Expr.g4       |   7 +-
 .../java/org/apache/druid/math/expr/Function.java  | 231 ++++++++++++
 .../math/expr/vector/VectorMathProcessors.java     | 399 +++++++++++++++++++++
 .../org/apache/druid/math/expr/FunctionTest.java   |  35 ++
 .../org/apache/druid/math/expr/ParserTest.java     |  48 +++
 .../druid/math/expr/VectorExprSanityTest.java      |  12 +-
 docs/misc/math-expr.md                             |  80 +++--
 website/.spelling                                  |   9 +
 8 files changed, 781 insertions(+), 40 deletions(-)


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