Class NullStateReaders.TypeVectorStateReader
java.lang.Object
org.apache.drill.exec.vector.accessor.reader.NullStateReaders.TypeVectorStateReader
- All Implemented Interfaces:
NullStateReader
- Enclosing class:
NullStateReaders
protected static class NullStateReaders.TypeVectorStateReader
extends Object
implements NullStateReader
Extract null state from the union vector's type vector. The union reader
manages the type reader, so no binding is done here.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbindIndex(ColumnReaderIndex rowIndex) booleanisNull()
-
Field Details
-
typeReader
-
-
Constructor Details
-
TypeVectorStateReader
-
-
Method Details
-
bindIndex
- Specified by:
bindIndexin interfaceNullStateReader
-
isNull
public boolean isNull()- Specified by:
isNullin interfaceNullStateReader
-
bindBuffer
public void bindBuffer()- Specified by:
bindBufferin interfaceNullStateReader
-