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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to