BPLUSTREE_NODE_SIZE
fNodeSize(BPLUSTREE_NODE_SIZE),
int32 nodeSize = BPLUSTREE_NODE_SIZE);
int32 nodeSize = BPLUSTREE_NODE_SIZE);
fNodeSize(BPLUSTREE_NODE_SIZE),
BPlusTree(int32 keyType, int32 nodeSize = BPLUSTREE_NODE_SIZE,
status_t SetTo(int32 keyType,int32 nodeSize = BPLUSTREE_NODE_SIZE,bool allowDuplicates = true);
fTree = new BPlusTree(BPLUSTREE_STRING_TYPE, BPLUSTREE_NODE_SIZE,
i * BPLUSTREE_NODE_SIZE);