Skip to content

Commit

Permalink
[Coverage](BE) Delete vinfo_func in BE apache#26562 (apache#26674)
Browse files Browse the repository at this point in the history
  • Loading branch information
zclllyybb authored Nov 9, 2023
1 parent b75fa24 commit 22eafa4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 128 deletions.
5 changes: 0 additions & 5 deletions be/src/vec/exprs/vexpr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#include "vec/exprs/vectorized_fn_call.h"
#include "vec/exprs/vexpr_context.h"
#include "vec/exprs/vin_predicate.h"
#include "vec/exprs/vinfo_func.h"
#include "vec/exprs/vlambda_function_call_expr.h"
#include "vec/exprs/vlambda_function_expr.h"
#include "vec/exprs/vliteral.h"
Expand Down Expand Up @@ -197,10 +196,6 @@ Status VExpr::create_expr(const TExprNode& expr_node, VExprSPtr& expr) {
expr = VCaseExpr::create_shared(expr_node);
break;
}
case TExprNodeType::INFO_FUNC: {
expr = VInfoFunc::create_shared(expr_node);
break;
}
case TExprNodeType::TUPLE_IS_NULL_PRED: {
expr = VTupleIsNullPredicate::create_shared(expr_node);
break;
Expand Down
71 changes: 0 additions & 71 deletions be/src/vec/exprs/vinfo_func.cpp

This file was deleted.

52 changes: 0 additions & 52 deletions be/src/vec/exprs/vinfo_func.h

This file was deleted.

0 comments on commit 22eafa4

Please sign in to comment.