Class NullStateReaders.RequiredStateReader
java.lang.Object
org.apache.drill.exec.vector.accessor.reader.NullStateReaders.RequiredStateReader
- All Implemented Interfaces:
NullStateReader
- Enclosing class:
- NullStateReaders
protected static class NullStateReaders.RequiredStateReader
extends Object
implements NullStateReader
Dummy implementation of a null state reader for cases in which the
value is never null. Use the
NullStateReaders.REQUIRED_STATE_READER
instance
for this case.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
bindIndex
(ColumnReaderIndex rowIndex) boolean
isNull()
-
Constructor Details
-
RequiredStateReader
protected RequiredStateReader()
-
-
Method Details
-
bindIndex
- Specified by:
bindIndex
in interfaceNullStateReader
-
isNull
public boolean isNull()- Specified by:
isNull
in interfaceNullStateReader
-
bindBuffer
public void bindBuffer()- Specified by:
bindBuffer
in interfaceNullStateReader
-