Package | Description |
---|---|
edu.berkeley.cs186.database.index |
Modifier and Type | Class and Description |
---|---|
class |
InnerNode
An inner node of a B+ tree.
|
class |
LeafNode
A leaf node of a B+ tree.
|
Modifier and Type | Method and Description |
---|---|
static BPlusNode |
BPlusNode.getBPlusNode(BPlusTree tree,
int pageNum)
Return an existing Node from a BPlusTree and pageNum.
|
Copyright © 2017. All rights reserved.