MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
载入中...
搜索中...
未找到
Public 成员函数 | Private 属性 | 所有成员列表
InsertLogicalOperator类 参考

插入逻辑算子 更多...

#include <insert_logical_operator.h>

类 InsertLogicalOperator 继承关系图:
LogicalOperator

Public 成员函数

 InsertLogicalOperator (Table *table, std::vector< Value > values)
 
LogicalOperatorType type () const override
 
Tabletable () const
 
const std::vector< Value > & values () const
 
std::vector< Value > & values ()
 
- Public 成员函数 继承自 LogicalOperator
virtual LogicalOperatorType type () const =0
 
void add_child (std::unique_ptr< LogicalOperator > oper)
 
std::vector< std::unique_ptr< LogicalOperator > > & children ()
 
std::vector< std::unique_ptr< Expression > > & expressions ()
 

Private 属性

Tabletable_ = nullptr
 
std::vector< Valuevalues_
 

额外继承的成员函数

- Protected 属性 继承自 LogicalOperator
std::vector< std::unique_ptr< LogicalOperator > > children_
 子算子 更多...
 
std::vector< std::unique_ptr< Expression > > expressions_
 

详细描述

插入逻辑算子

成员函数说明

◆ type()

LogicalOperatorType InsertLogicalOperator::type ( ) const
inlineoverridevirtual

实现了 LogicalOperator.


该类的文档由以下文件生成: