17#include "sql/operator/physical_operator.h"
36 return PhysicalOperatorType::DELETE;
39 RC open(
Trx *trx)
override;
43 Tuple *current_tuple()
override
49 Table *table_ =
nullptr;
物理算子,删除
Definition: delete_physical_operator.h:27
Delete 语句
Definition: delete_stmt.h:28
与LogicalOperator对应,物理算子描述执行计划将如何执行
Definition: physical_operator.h:57
事务接口
Definition: trx.h:142
元组的抽象描述
Definition: tuple.h:84
PhysicalOperatorType
物理算子类型
Definition: physical_operator.h:39