Interface Dictionary


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

    • 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)
    • decodeToTimestamp

      TimestampData decodeToTimestamp(int id)