Interface Dictionary
@Internal
public interface Dictionary
The interface for dictionary in AbstractColumnVector to decode dictionary encoded values.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]decodeToBinary(int id) doubledecodeToDouble(int id) floatdecodeToFloat(int id) intdecodeToInt(int id) longdecodeToLong(int id) decodeToTimestamp(int id)
-
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
-