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.