public static class DictionaryEncoding.Decoder<T extends NativeType> extends Object implements Decoder<T>
| Constructor and Description |
|---|
DictionaryEncoding.Decoder(java.nio.ByteBuffer buffer,
NativeColumnType<T> columnType) |
public DictionaryEncoding.Decoder(java.nio.ByteBuffer buffer,
NativeColumnType<T> columnType)
public void next(org.apache.spark.sql.catalyst.expressions.MutableRow row,
int ordinal)
next in interface Decoder<T extends NativeType>public boolean hasNext()
hasNext in interface Decoder<T extends NativeType>