func (a *uint32IndexNodeAdapter) IsRoot(node bplustree.Node) bool {
	return uint16(node.ParentID().(Uint16ID)) == 0
}