-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
60 lines (59 loc) · 1.12 KB
/
TODO
File metadata and controls
60 lines (59 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Code Reorg
----------
1.AggTableImpl
::execute
::insertOrGetAggNode
2.DatabaseManagerImpl
::createDatabase
::openDatabase
::checkPoint, ::writeSchemaFile ->can it be moved to Recover.cpp
3.DatabaseRecovery
::checkPoint
::filterAndRemoveStmtLogs
::writeDirtyPages
4.DbMgrFkImpl
::createForeignKey
5.DbMgrIndexImpl
::createHashIndex
::createTreeIndex
6.DbMgrTableImpl
::createTable
::dropTable
::openTable
7.HashIndex
::insert
::remove
::update
8.JoinTableImpl
::optimize
::pushPredicate
::execute needs more comments as it is difficult to understand
9.OrderByTree
::insertSpecialCaseDataNode
10.OrderTableImpl
needs more comments as it is difficult to understand
11.PredicateEvalImpl.cxx
needs more comments as it is difficult to understand
12.TableImpl
::copyValuesFromBindBuffer
13.TableImplModifyOp
::insertTuple
::deleteTuple
::updateTuple
::isPkTableHasRecord
::isFkTableHasRecord
14.TableImplReadOp
::createPlan
::fetchAgg
15.TreeIndex
::insert
16.TreeIter
::next
::locateNode
17.TreeNode
::insertNodeIntoFirstLevel
::insertRecordIntoNodeAndArrangeFirstLevel
::insert
18.TupleIteraotr
::open
::next