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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbindIndex(ColumnReaderIndex rowIndex) booleanisNull()
-
Constructor Details
-
RequiredStateReader
protected RequiredStateReader()
-
-
Method Details
-
bindIndex
- Specified by:
bindIndexin interfaceNullStateReader
-
isNull
public boolean isNull()- Specified by:
isNullin interfaceNullStateReader
-
bindBuffer
public void bindBuffer()- Specified by:
bindBufferin interfaceNullStateReader
-