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