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) |
Timestamp |
decodeToTimestamp(int id) |
int decodeToInt(int id)
long decodeToLong(int id)
float decodeToFloat(int id)
double decodeToDouble(int id)
byte[] decodeToBinary(int id)
Timestamp decodeToTimestamp(int id)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.