Class LongOffHeapMutableDictionary

    • Constructor Detail

      • LongOffHeapMutableDictionary

        public LongOffHeapMutableDictionary​(int estimatedCardinality,
                                            int overflowSize,
                                            PinotDataBufferMemoryManager memoryManager,
                                            String allocationContext)
    • Method Detail

      • index

        public int index​(Object value)
      • index

        public int[] index​(Object[] values)
      • compare

        public int compare​(int dictId1,
                           int dictId2)
      • getDictIdsInRange

        public it.unimi.dsi.fastutil.ints.IntSet getDictIdsInRange​(String lower,
                                                                   String upper,
                                                                   boolean includeLower,
                                                                   boolean includeUpper)
      • getMinVal

        public Long getMinVal()
      • getMaxVal

        public Long getMaxVal()
      • getSortedValues

        public long[] getSortedValues()
      • indexOf

        public int indexOf​(String stringValue)
      • indexOf

        public int indexOf​(long longValue)
      • get

        public Long get​(int dictId)
      • getIntValue

        public int getIntValue​(int dictId)
      • getLongValue

        public long getLongValue​(int dictId)
      • getFloatValue

        public float getFloatValue​(int dictId)
      • getDoubleValue

        public double getDoubleValue​(int dictId)
      • getBigDecimalValue

        public BigDecimal getBigDecimalValue​(int dictId)
      • getStringValue

        public String getStringValue​(int dictId)