public class CarbonDictionaryWrapper extends Object implements org.apache.spark.sql.execution.vectorized.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) |
public int decodeToInt(int id)
decodeToInt in interface org.apache.spark.sql.execution.vectorized.Dictionarypublic long decodeToLong(int id)
decodeToLong in interface org.apache.spark.sql.execution.vectorized.Dictionarypublic float decodeToFloat(int id)
decodeToFloat in interface org.apache.spark.sql.execution.vectorized.Dictionarypublic double decodeToDouble(int id)
decodeToDouble in interface org.apache.spark.sql.execution.vectorized.Dictionarypublic byte[] decodeToBinary(int id)
decodeToBinary in interface org.apache.spark.sql.execution.vectorized.DictionaryCopyright © 2016–2019 The Apache Software Foundation. All rights reserved.