AssertingDocValuesSkipper

Wraps a DocValuesSkipper but with additional asserts

Constructors

Link copied to clipboard
constructor(in: DocValuesSkipper)

Functions

Link copied to clipboard
fun advance(minValue: Long, maxValue: Long)
open override fun advance(target: Int)
Link copied to clipboard
open override fun docCount(): Int
open override fun docCount(level: Int): Int
Link copied to clipboard
open override fun maxDocID(level: Int): Int
Link copied to clipboard
open override fun maxValue(): Long
open override fun maxValue(level: Int): Long
Link copied to clipboard
open override fun minDocID(level: Int): Int
Link copied to clipboard
open override fun minValue(): Long
open override fun minValue(level: Int): Long
Link copied to clipboard
open override fun numLevels(): Int