| Modifier and Type | Method and Description |
|---|---|
Binary |
Dictionary.decodeToBinary(int id) |
Binary |
ColumnReader.getBinary() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnWriter.write(Binary value,
int repetitionLevel,
int definitionLevel)
writes the current value
|
| Modifier and Type | Method and Description |
|---|---|
Binary |
BinaryStatistics.genericGetMax() |
Binary |
BinaryStatistics.genericGetMin() |
Binary |
BinaryStatistics.getMax()
Deprecated.
use
BinaryStatistics.genericGetMax(), will be removed in 2.0.0 |
Binary |
BinaryStatistics.getMin()
Deprecated.
use
BinaryStatistics.genericGetMin(), will be removed in 2.0.0 |
| Modifier and Type | Method and Description |
|---|---|
void |
SizeStatistics.Builder.add(int repetitionLevel,
int definitionLevel,
Binary value)
Add repetition and definition level of a value to the statistics.
|
void |
BinaryStatistics.initializeStats(Binary min_value,
Binary max_value)
Deprecated.
use
BinaryStatistics.updateStats(Binary), will be removed in 2.0.0 |
void |
BinaryStatistics.setMinMax(Binary min,
Binary max)
Deprecated.
use
BinaryStatistics.updateStats(Binary), will be removed in 2.0.0 |
void |
BinaryStatistics.updateStats(Binary value) |
void |
Statistics.updateStats(Binary value)
updates statistics min and max using the passed value
|
void |
BinaryStatistics.updateStats(Binary min_value,
Binary max_value)
Deprecated.
use
BinaryStatistics.updateStats(Binary), will be removed in 2.0.0 |
| Modifier and Type | Method and Description |
|---|---|
Binary |
ValuesReader.readBytes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValuesWriter.writeBytes(Binary v) |
| Modifier and Type | Method and Description |
|---|---|
void |
DevNullValuesWriter.writeBytes(Binary v) |
| Modifier and Type | Method and Description |
|---|---|
long |
AdaptiveBlockSplitBloomFilter.hash(Binary value) |
long |
BloomFilter.hash(Binary value)
Compute hash for Binary value by using its plain encoding result.
|
long |
BlockSplitBloomFilter.hash(Binary value) |
| Modifier and Type | Method and Description |
|---|---|
Binary |
ByteStreamSplitValuesReaderForFLBA.readBytes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ByteStreamSplitValuesWriter.FixedLenByteArrayByteStreamSplitValuesWriter.writeBytes(Binary v) |
| Modifier and Type | Method and Description |
|---|---|
Binary |
DeltaLengthByteArrayValuesReader.readBytes() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeltaLengthByteArrayValuesWriter.writeBytes(Binary v) |
| Modifier and Type | Method and Description |
|---|---|
Binary |
DeltaByteArrayReader.readBytes() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeltaByteArrayWriter.writeBytes(Binary v) |
| Modifier and Type | Field and Description |
|---|---|
protected it.unimi.dsi.fastutil.objects.Object2IntMap<Binary> |
DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter.binaryDictionaryContent |
| Modifier and Type | Method and Description |
|---|---|
Binary |
PlainValuesDictionary.PlainBinaryDictionary.decodeToBinary(int id) |
Binary |
DictionaryValuesReader.readBytes() |
| Modifier and Type | Method and Description |
|---|---|
void |
DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter.writeBytes(Binary v) |
void |
DictionaryValuesWriter.PlainFixedLenArrayDictionaryValuesWriter.writeBytes(Binary value) |
| Modifier and Type | Method and Description |
|---|---|
void |
FallbackValuesWriter.writeBytes(Binary v) |
| Modifier and Type | Method and Description |
|---|---|
Binary |
FixedLenByteArrayPlainValuesReader.readBytes() |
Binary |
BinaryPlainValuesReader.readBytes() |
| Modifier and Type | Method and Description |
|---|---|
void |
FixedLenByteArrayPlainValuesWriter.writeBytes(Binary v) |
void |
PlainValuesWriter.writeBytes(Binary v) |
| Modifier and Type | Method and Description |
|---|---|
abstract Binary |
GroupValueSource.getBinary(int fieldIndex,
int index) |
Binary |
GroupValueSource.getBinary(String field,
int index) |
abstract Binary |
GroupValueSource.getInt96(int fieldIndex,
int index) |
Binary |
GroupValueSource.getInt96(String field,
int index) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Group.add(int fieldIndex,
Binary value) |
void |
Group.add(String field,
Binary value) |
Group |
Group.append(String fieldName,
Binary value) |
| Modifier and Type | Method and Description |
|---|---|
Binary |
Primitive.getBinary() |
Binary |
BinaryValue.getBinary() |
Binary |
SimpleGroup.getBinary(int fieldIndex,
int index) |
Binary |
Int96Value.getInt96() |
Binary |
Primitive.getInt96() |
Binary |
SimpleGroup.getInt96(int fieldIndex,
int index) |
Binary |
NanoTime.toBinary() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleGroup.add(int fieldIndex,
Binary value) |
static NanoTime |
NanoTime.fromBinary(Binary bytes) |
| Constructor and Description |
|---|
BinaryValue(Binary binary) |
Int96Value(Binary value) |
| Modifier and Type | Method and Description |
|---|---|
static ColumnPredicates.Predicate |
ColumnPredicates.applyFunctionToBinary(ColumnPredicates.PredicateFunction<Binary> fn) |
| Modifier and Type | Method and Description |
|---|---|
void |
FilteringPrimitiveConverter.addBinary(Binary value) |
void |
IncrementallyUpdatedFilterPredicate.ValueInspector.update(Binary value) |
void |
IncrementallyUpdatedFilterPredicate.DelegatingValueInspector.update(Binary value) |
| Modifier and Type | Method and Description |
|---|---|
abstract Binary |
BinaryTruncator.truncateMax(Binary maxValue,
int length) |
abstract Binary |
BinaryTruncator.truncateMin(Binary minValue,
int length) |
| Modifier and Type | Method and Description |
|---|---|
abstract Binary |
BinaryTruncator.truncateMax(Binary maxValue,
int length) |
abstract Binary |
BinaryTruncator.truncateMin(Binary minValue,
int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidatingRecordConsumer.addBinary(Binary value)
add a binary value in the current field
|
void |
RecordConsumerLoggingWrapper.addBinary(Binary value)
add a binary value in the current field
|
protected void |
BaseRecordReader.addPrimitiveBINARY(String field,
int index,
Binary value)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static Binary |
Binary.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
Binary |
Binary.copy() |
static Binary |
Binary.fromByteArray(byte[] value)
Deprecated.
|
static Binary |
Binary.fromByteArray(byte[] value,
int offset,
int length)
Deprecated.
|
static Binary |
Binary.fromByteBuffer(ByteBuffer value)
Deprecated.
|
static Binary |
Binary.fromCharSequence(CharSequence value) |
static Binary |
Binary.fromConstantByteArray(byte[] value) |
static Binary |
Binary.fromConstantByteArray(byte[] value,
int offset,
int length) |
static Binary |
Binary.fromConstantByteBuffer(ByteBuffer value) |
static Binary |
Binary.fromConstantByteBuffer(ByteBuffer value,
int offset,
int length) |
static Binary |
Binary.fromReusedByteArray(byte[] value) |
static Binary |
Binary.fromReusedByteArray(byte[] value,
int offset,
int length) |
static Binary |
Binary.fromReusedByteBuffer(ByteBuffer value) |
static Binary |
Binary.fromReusedByteBuffer(ByteBuffer value,
int offset,
int length) |
static Binary |
Binary.fromString(String value) |
abstract Binary |
Binary.slice(int start,
int length) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
RecordConsumer.addBinary(Binary value)
add a binary value in the current field
|
void |
PrimitiveConverter.addBinary(Binary value) |
abstract int |
Binary.compareTo(Binary other)
Deprecated.
will be removed in 2.0.0. The comparison logic depends on the related logical type therefore this one
might not be correct. The
Comparator implementation for the related type available at
PrimitiveType.comparator() should be used instead. |
static int |
Binary.lexicographicCompare(Binary one,
Binary other) |
| Modifier and Type | Field and Description |
|---|---|
static PrimitiveComparator<Binary> |
PrimitiveComparator.UNSIGNED_LEXICOGRAPHICAL_BINARY_COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
String |
PrimitiveStringifier.stringify(Binary value) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.