Class H3IndexResolution
- java.lang.Object
-
- org.apache.pinot.segment.spi.index.reader.H3IndexResolution
-
public class H3IndexResolution extends Object
Stores the resolutions for an index. There are in total of H3 resolutions https://h3geo .org/#/documentation/core-library/resolution-table To efficiently serialize the resolutions, we use two bytes for encoding th enabled resolutions. The resolution level maps to the corresponding bit.
-
-
Constructor Summary
Constructors Constructor Description H3IndexResolution(short resolutions)Creates the resolutions with the serialized short valueH3IndexResolution(List<Integer> resolutions)
-