Class IntRegionBinarySearchKernel
java.lang.Object
com.illumon.iris.db.v2.sources.regioned.kernel.IntRegionBinarySearchKernel
public class IntRegionBinarySearchKernel extends Object
-
Constructor Summary
Constructors Constructor Description IntRegionBinarySearchKernel()
-
Method Summary
Modifier and Type Method Description static Index
binSearchMatch(ColumnRegionInt<?> region, long firstKey, long lastKey, SortPair sortPair, Object[] sortedKeys)
-
Constructor Details
-
IntRegionBinarySearchKernel
public IntRegionBinarySearchKernel()
-
-
Method Details
-
binSearchMatch
public static Index binSearchMatch(ColumnRegionInt<?> region, long firstKey, long lastKey, @NotNull SortPair sortPair, @NotNull Object[] sortedKeys)
-