18#include "sql/operator/physical_operator.h"
19#include "sql/expr/expression.h"
36 return PhysicalOperatorType::PREDICATE;
39 RC open(
Trx *trx)
override;
43 Tuple *current_tuple()
override;
46 std::unique_ptr<Expression> expression_;
Filter/谓词/过滤语句
Definition: filter_stmt.h:92
与LogicalOperator对应,物理算子描述执行计划将如何执行
Definition: physical_operator.h:57
过滤/谓词物理算子
Definition: predicate_physical_operator.h:28
事务接口
Definition: trx.h:142
元组的抽象描述
Definition: tuple.h:84
PhysicalOperatorType
物理算子类型
Definition: physical_operator.h:39