Modifier and Type | Method and Description |
---|---|
BooleanValue |
BooleanValueSerializer.copy(BooleanValue from) |
BooleanValue |
BooleanValueSerializer.copy(BooleanValue from,
BooleanValue reuse) |
BooleanValue |
BooleanValueSerializer.createInstance() |
BooleanValue |
BooleanValueSerializer.deserialize(BooleanValue reuse,
DataInputView source) |
BooleanValue |
BooleanValueSerializer.deserialize(DataInputView source) |
BooleanValue |
BooleanValueComparator.readWithKeyDenormalization(BooleanValue reuse,
DataInputView source) |
Modifier and Type | Method and Description |
---|---|
TypeComparator<BooleanValue> |
BooleanValueComparator.duplicate() |
TypeSerializerSnapshot<BooleanValue> |
BooleanValueSerializer.snapshotConfiguration() |
Modifier and Type | Method and Description |
---|---|
int |
BooleanValueComparator.compare(BooleanValue first,
BooleanValue second) |
BooleanValue |
BooleanValueSerializer.copy(BooleanValue from) |
BooleanValue |
BooleanValueSerializer.copy(BooleanValue from,
BooleanValue reuse) |
BooleanValue |
BooleanValueSerializer.deserialize(BooleanValue reuse,
DataInputView source) |
boolean |
BooleanValueComparator.equalToReference(BooleanValue candidate) |
int |
BooleanValueComparator.hash(BooleanValue record) |
void |
BooleanValueComparator.putNormalizedKey(BooleanValue record,
MemorySegment target,
int offset,
int numBytes) |
BooleanValue |
BooleanValueComparator.readWithKeyDenormalization(BooleanValue reuse,
DataInputView source) |
void |
BooleanValueSerializer.serialize(BooleanValue record,
DataOutputView target) |
void |
BooleanValueComparator.setReference(BooleanValue toCompare) |
void |
BooleanValueComparator.writeWithKeyNormalization(BooleanValue record,
DataOutputView target) |
Modifier and Type | Method and Description |
---|---|
int |
BooleanValueComparator.compareToReference(TypeComparator<BooleanValue> referencedComparator) |
Modifier and Type | Method and Description |
---|---|
protected Boolean |
ValueSummaryAggregator.BooleanValueSummaryAggregator.getValue(BooleanValue value) |
Modifier and Type | Field and Description |
---|---|
static ValueTypeInfo<BooleanValue> |
ValueTypeInfo.BOOLEAN_VALUE_TYPE_INFO |
Modifier and Type | Field and Description |
---|---|
static BooleanValue |
BooleanValue.FALSE |
static BooleanValue |
BooleanValue.TRUE |
Modifier and Type | Method and Description |
---|---|
BooleanValue |
BooleanValue.copy() |
Modifier and Type | Method and Description |
---|---|
int |
BooleanValue.compareTo(BooleanValue o) |
void |
BooleanValue.copyTo(BooleanValue target) |
void |
BooleanValue.setValue(BooleanValue value) |
Modifier and Type | Method and Description |
---|---|
BooleanValue |
BooleanValueParser.createValue() |
BooleanValue |
BooleanValueParser.getLastResult() |
Modifier and Type | Method and Description |
---|---|
int |
BooleanValueParser.parseField(byte[] bytes,
int startPos,
int limit,
byte[] delim,
BooleanValue reuse) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.