public class NullStateReaders extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
NullStateReaders.AlwaysNullStateReader |
protected static class |
NullStateReaders.ComplexMemberStateReader
Handle the awkward situation with complex types.
|
protected static class |
NullStateReaders.ListIsSetVectorStateReader
Holder for the NullableVector wrapper around a bits vector and a
data vector.
|
protected static class |
NullStateReaders.MemberNullStateReader
Null state that handles the strange union semantics that both
the union and the values can be null.
|
protected static class |
NullStateReaders.NullableIsSetVectorStateReader
Holder for the NullableVector wrapper around a bits vector and a
data vector.
|
protected static class |
NullStateReaders.RequiredStateReader
Dummy implementation of a null state reader for cases in which the
value is never null.
|
protected static class |
NullStateReaders.TypeVectorStateReader
Extract null state from the union vector's type vector.
|
Modifier and Type | Field and Description |
---|---|
static NullStateReader |
NULL_STATE_READER |
static NullStateReaders.RequiredStateReader |
REQUIRED_STATE_READER |
public static final NullStateReaders.RequiredStateReader REQUIRED_STATE_READER
public static final NullStateReader NULL_STATE_READER
Copyright © 1970 The Apache Software Foundation. All rights reserved.