27282930313233
@SuppressWarnings("unchecked") BTreePage<IndexCell> tree = (BTreePage<IndexCell>) BTreePages.read(db, this.rootpage); assert (!tree.isTable()); // must be a table tree.resolve(db); this.index = new Index(this, tree); }