public static class AbstractScalarReader.NullReader extends AbstractScalarReader
AbstractScalarReader.NullReader, AbstractScalarReader.ScalarObjectReader| Modifier and Type | Field and Description |
|---|---|
protected ColumnMetadata |
schema |
nullStateReader, vectorIndex| Modifier | Constructor and Description |
|---|---|
protected |
NullReader(ColumnMetadata schema) |
| Modifier and Type | Method and Description |
|---|---|
void |
bindBuffer() |
void |
bindIndex(ColumnReaderIndex rowIndex) |
boolean |
isNull()
Determine if this value is null.
|
ColumnMetadata |
schema() |
ValueType |
valueType()
Describe the type of the value.
|
bindNullState, conversionError, extendedType, getAsString, getBoolean, getBytes, getDate, getDecimal, getDouble, getFloat, getInt, getLong, getObject, getPeriod, getString, getTime, getTimestamp, getValue, nullReader, nullStateReader, reposition, typeprotected final ColumnMetadata schema
protected NullReader(ColumnMetadata schema)
public ValueType valueType()
ScalarReaderpublic boolean isNull()
ColumnReaderisNull in interface ColumnReaderisNull in class AbstractScalarReaderpublic void bindIndex(ColumnReaderIndex rowIndex)
bindIndex in interface ReaderEventsbindIndex in class AbstractScalarReaderpublic ColumnMetadata schema()
public void bindBuffer()
Copyright © 2021 The Apache Software Foundation. All rights reserved.