Package org.apache.cassandra.index.sai.disk.v1.bbtree
package org.apache.cassandra.index.sai.disk.v1.bbtree
-
ClassDescriptionWrites leaf postings and auxiliary posting lists for bbtree nodes.Handles intersection of a point or point range with a block balanced tree previously written with
BlockBalancedTreeWriter.We recurse the balanced tree, using a provided instance of this to guide the recursion.Base reader for a block balanced tree previously written withBlockBalancedTreeWriter.This is a specialisation of the LuceneBKDWriterthat only writes a single dimension balanced tree.Specialized writer for values, that builds them into aBlockBalancedTreeWriterwith auxiliary posting lists on eligible tree levels.