public interface CompressibleColumnAccessor<T extends org.apache.spark.sql.types.NativeType> extends ColumnAccessor
| Modifier and Type | Method and Description |
|---|---|
Decoder<T> |
decoder() |
void |
extractSingle(org.apache.spark.sql.catalyst.expressions.MutableRow row,
int ordinal) |
boolean |
hasNext() |
void |
initialize() |
extractTo, underlyingBuffervoid initialize()
initialize in interface ColumnAccessorboolean hasNext()
hasNext in interface ColumnAccessorvoid extractSingle(org.apache.spark.sql.catalyst.expressions.MutableRow row,
int ordinal)