@Internal public interface Dictionary
Modifier and Type | Method and Description |
---|---|
byte[] |
decodeToBinary(int id) |
double |
decodeToDouble(int id) |
float |
decodeToFloat(int id) |
int |
decodeToInt(int id) |
long |
decodeToLong(int id) |
TimestampData |
decodeToTimestamp(int id) |
int decodeToInt(int id)
long decodeToLong(int id)
float decodeToFloat(int id)
double decodeToDouble(int id)
byte[] decodeToBinary(int id)
TimestampData decodeToTimestamp(int id)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.