17#include "sql/operator/physical_operator.h"
31 return PhysicalOperatorType::EXPLAIN;
34 RC open(
Trx *trx)
override;
37 Tuple *current_tuple()
override;
43 std::string physical_plan_;
Explain物理算子
Definition: explain_physical_operator.h:24
void to_string(std::ostream &os, PhysicalOperator *oper, int level, bool last_child, std::vector< bool > &ends)
Definition: explain_physical_operator.cpp:75
与LogicalOperator对应,物理算子描述执行计划将如何执行
Definition: physical_operator.h:57
事务接口
Definition: trx.h:142
元组的抽象描述
Definition: tuple.h:84
一些常量值组成的Tuple
Definition: tuple.h:340
PhysicalOperatorType
物理算子类型
Definition: physical_operator.h:39