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

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


    from 827c1ce  lighter weight LiteralTransformFunction, avoid excessive 
array fills (#7707)
     add 7a24845  inline binary comparison ops to prevent function call 
overhead (#7709)

No new revisions were added by this update.

Summary of changes:
 .../function/BinaryOperatorTransformFunction.java  | 564 +++++++++++++--------
 .../function/EqualsTransformFunction.java          |  10 +-
 .../GreaterThanOrEqualTransformFunction.java       |  10 +-
 .../function/GreaterThanTransformFunction.java     |  10 +-
 .../function/LessThanOrEqualTransformFunction.java |  10 +-
 .../function/LessThanTransformFunction.java        |  10 +-
 .../function/NotEqualsTransformFunction.java       |  10 +-
 7 files changed, 377 insertions(+), 247 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to