[improvement](lateral-view) Add number rows filtered in profile (#8251)
Add `RowsFiltered` counter in TableFunctionNode profile. So that we can know the total number of rows that TableFunctionNode processed
This commit is contained in:
@ -42,6 +42,7 @@ public:
|
||||
virtual Status forward(bool *eos) = 0;
|
||||
|
||||
public:
|
||||
std::string name() const { return _fn_name; }
|
||||
bool eos() const { return _eos; }
|
||||
|
||||
void set_expr_context(ExprContext* expr_context) {
|
||||
|
||||
Reference in New Issue
Block a user