protected static class NullStateReaders.ListIsSetVectorStateReader 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 |
---|
ListIsSetVectorStateReader(VectorAccessor bitsAccessor) |
Modifier and Type | Method and Description |
---|---|
void |
bindBuffer() |
void |
bindIndex(ColumnReaderIndex rowIndex) |
boolean |
isNull() |
public ListIsSetVectorStateReader(VectorAccessor bitsAccessor)
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.