Interface Dictionary

  • All Known Implementing Classes:
    ParquetDictionary

    @Internal
    public interface Dictionary
    The interface for dictionary in AbstractColumnVector to decode dictionary encoded values.
    • Method Detail

      • decodeToInt

        int decodeToInt​(int id)
      • decodeToLong

        long decodeToLong​(int id)
      • decodeToFloat

        float decodeToFloat​(int id)
      • decodeToDouble

        double decodeToDouble​(int id)
      • decodeToBinary

        byte[] decodeToBinary​(int id)