HappenLee commented on code in PR #54276:
URL: https://github.com/apache/doris/pull/54276#discussion_r2287743398


##########
be/src/vec/exprs/vectorized_fn_call.cpp:
##########
@@ -301,5 +324,262 @@ bool VectorizedFnCall::equals(const VExpr& other) {
     return true;
 }
 
+/*
+    FuncationCall(LE/LT/GE/GT)
+    |----------------
+    |               |
+    |               |
+    VirtualSlotRef  Float64Literal 
+    |
+    |
+    FuncationCall
+    |----------------
+    |               |
+    |               |
+    CastToArray     ArrayLiteral
+    |
+    |
+    SlotRef
+*/
+
+Status VectorizedFnCall::prepare_ann_range_search(

Review Comment:
   The func only return `Status::OK()` why just be void



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to