|
MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
Public 成员函数 | |
| Pattern (OpType op) | |
| void | add_child (Pattern *child) |
| const vector< unique_ptr< Pattern > > & | children () const |
| size_t | get_child_patterns_size () const |
| OpType | type () const |
Private 属性 | |
| OpType | type_ |
| vector< unique_ptr< Pattern > > | children_ |