amorynan commented on code in PR #32620:
URL: https://github.com/apache/doris/pull/32620#discussion_r1554804841


##########
be/src/vec/functions/function.h:
##########
@@ -395,6 +404,14 @@ class IFunction : public 
std::enable_shared_from_this<IFunction>,
         return Status::OK();
     }
 
+    Status eval_inverted_index(FunctionContext* context,
+                               const vectorized::NameAndTypePair& 
data_type_with_name,
+                               segment_v2::InvertedIndexIterator* iter, 
uint32_t num_rows,
+                               roaring::Roaring* bitmap) const override {
+        LOG(FATAL) << "eval_inverted_index is not implemented for IFunction";

Review Comment:
   just same with other functions in this base class.



-- 
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