protected static class NullStateReaders.NullableIsSetVectorStateReader extends Object implements NullStateReader
This class allows the same reader to handle both the required and nullable cases; the only difference is how nulls are handled.
Constructor and Description |
---|
NullableIsSetVectorStateReader(VectorAccessor nullableAccessor) |
Modifier and Type | Method and Description |
---|---|
void |
bindBuffer() |
void |
bindIndex(ColumnReaderIndex rowIndex) |
boolean |
isNull() |
public NullableIsSetVectorStateReader(VectorAccessor nullableAccessor)
public void bindIndex(ColumnReaderIndex rowIndex)
bindIndex
in interface NullStateReader
public boolean isNull()
isNull
in interface NullStateReader
public void bindBuffer()
bindBuffer
in interface NullStateReader
Copyright © 1970 The Apache Software Foundation. All rights reserved.