Class NumericIndexWriter

java.lang.Object
org.apache.cassandra.index.sai.disk.v1.bbtree.NumericIndexWriter
All Implemented Interfaces:
SegmentWriter

public class NumericIndexWriter extends Object implements SegmentWriter
Specialized writer for values, that builds them into a BlockBalancedTreeWriter with auxiliary posting lists on eligible tree levels.

Given a sorted input, the flush process is optimised because we don't need to buffer all point values to sort them.