Hello Yida Wu, Abhishek Rawat, Pranav Lodha, Michael Smith, Impala Public 
Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/23730

to look at the new patch set (#6).

Change subject: IMPALA-14566: Add euclidean_distance and cosine_similarity 
functions for ARRAY<FLOAT>
......................................................................

IMPALA-14566: Add euclidean_distance and cosine_similarity functions for 
ARRAY<FLOAT>

This commit adds two new built-in functions for vector similarity calculations:
- euclidean_distance: Computes L2 distance between two vectors
- cosine_similarity: Computes cosine similarity between two vectors

Both functions operate on ARRAY<FLOAT> data types and return DOUBLE values
for better precision. These functions enable semantic search capabilities
within Impala.

Change-Id: Id305acc87530d5d0e53613fe8df9a631ea4e1080
---
M be/src/exprs/CMakeLists.txt
A be/src/exprs/vector-functions-ir.cc
A be/src/exprs/vector-functions.h
M common/function-registry/impala_functions.py
4 files changed, 245 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/30/23730/6
--
To view, visit http://gerrit.cloudera.org:8080/23730
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id305acc87530d5d0e53613fe8df9a631ea4e1080
Gerrit-Change-Number: 23730
Gerrit-PatchSet: 6
Gerrit-Owner: Raghav Jindal <[email protected]>
Gerrit-Reviewer: Abhishek Rawat <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Reviewer: Pranav Lodha <[email protected]>
Gerrit-Reviewer: Raghav Jindal <[email protected]>
Gerrit-Reviewer: Yida Wu <[email protected]>

Reply via email to