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