public abstract class NativeColumnAccessor<T extends org.apache.spark.sql.catalyst.types.NativeType> extends BasicColumnAccessor<T,Object> implements NullableColumnAccessor, CompressibleColumnAccessor<T>
Constructor and Description |
---|
NativeColumnAccessor(java.nio.ByteBuffer buffer,
NativeColumnType<T> columnType) |
extractSingle, extractTo, hasNext
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
extractTo, hasNext, initialize, nextNullIndex, nullCount, nullsBuffer, pos, seenNulls
decoder, extractSingle, hasNext, initialize
underlyingBuffer
public NativeColumnAccessor(java.nio.ByteBuffer buffer, NativeColumnType<T> columnType)