| Modifier and Type | Method and Description |
|---|---|
Binary |
PlainDecoder.readBinary(ByteBuffer buffer) |
Binary |
FloatDecoder.readBinary(ByteBuffer buffer) |
Binary |
RleDecoder.readBinary(ByteBuffer buffer) |
Binary |
Decoder.readBinary(ByteBuffer buffer) |
Binary |
DictionaryDecoder.readBinary(ByteBuffer buffer) |
Binary |
BitmapDecoder.readBinary(ByteBuffer buffer)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Encoder.encode(Binary value,
ByteArrayOutputStream out) |
void |
DictionaryEncoder.encode(Binary value,
ByteArrayOutputStream out) |
void |
PlainEncoder.encode(Binary value,
ByteArrayOutputStream out) |
void |
RleEncoder.encode(Binary value,
ByteArrayOutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
Binary |
BinaryStatistics.getFirstValue() |
Binary |
BinaryStatistics.getLastValue() |
Binary |
BinaryStatistics.getMaxValue() |
Binary |
BinaryStatistics.getMinValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryStatistics.initializeStats(Binary first,
Binary last)
initialize Statistics.
|
void |
Statistics.update(long[] time,
Binary[] values,
int batchSize) |
void |
Statistics.update(long time,
Binary value) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BinaryStatistics.mergeStatisticsValue(Statistics<Binary> stats) |
| Modifier and Type | Method and Description |
|---|---|
Binary |
BatchData.getBinary() |
Binary |
BatchData.getBinaryByIndex(int idx)
Get the idx th binary value by the time ascending order
|
Binary |
DescReadWriteBatchData.getBinaryByIndex(int idx) |
Binary |
Field.getBinaryV() |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchData.putBinary(long t,
Binary v)
put binary data.
|
void |
DescReadWriteBatchData.putBinary(long t,
Binary v)
put binary data reversely.
|
void |
BatchData.setBinary(Binary v) |
void |
Field.setBinaryV(Binary binaryV) |
| Modifier and Type | Method and Description |
|---|---|
default Binary |
Column.getBinary(int position)
Gets a Binary at
position. |
Binary |
BinaryColumn.getBinary(int position) |
Binary |
RunLengthEncodedColumn.getBinary(int position) |
| Modifier and Type | Method and Description |
|---|---|
ColumnBuilder |
BinaryColumnBuilder.writeBinary(Binary value) |
default ColumnBuilder |
ColumnBuilder.writeBinary(Binary value)
Write a Binary to the current entry;
|
| Constructor and Description |
|---|
BinaryColumn(int positionCount,
Optional<boolean[]> valueIsNull,
Binary[] values) |
| Modifier and Type | Field and Description |
|---|---|
static Binary |
Binary.EMPTY_VALUE |
| Modifier and Type | Method and Description |
|---|---|
Binary |
TsPrimitiveType.getBinary() |
Binary |
TsPrimitiveType.TsBinary.getBinary() |
static Binary |
ReadWriteIOUtils.readBinary(ByteBuffer buffer) |
static Binary |
ReadWriteIOUtils.readBinary(InputStream inputStream) |
static Binary |
Binary.valueOf(String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
Binary.compareTo(Binary other) |
void |
TsPrimitiveType.setBinary(Binary val) |
void |
TsPrimitiveType.TsBinary.setBinary(Binary val) |
static int |
ReadWriteIOUtils.sizeToWrite(Binary n) |
static int |
ReadWriteIOUtils.write(Binary n,
ByteBuffer buffer)
write a short n to byteBuffer.
|
static int |
ReadWriteIOUtils.write(Binary binary,
OutputStream outputStream)
write the size (int) of the binary and then the bytes in binary
|
| Constructor and Description |
|---|
TsBinary(Binary value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChunkWriterImpl.write(long[] timestamps,
Binary[] values,
int batchSize) |
void |
ValueChunkWriter.write(long[] timestamps,
Binary[] values,
int batchSize) |
void |
ChunkWriterImpl.write(long time,
Binary value) |
void |
AlignedChunkWriterImpl.write(long time,
Binary value,
boolean isNull) |
void |
ValueChunkWriter.write(long time,
Binary value,
boolean isNull) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValuePageWriter.write(long[] timestamps,
Binary[] values,
int batchSize)
write time series into encoder
|
void |
PageWriter.write(long[] timestamps,
Binary[] values,
int batchSize)
write time series into encoder
|
void |
PageWriter.write(long time,
Binary value)
write a time value pair into encoder
|
void |
ValuePageWriter.write(long time,
Binary value,
boolean isNull)
write a time value pair into encoder
|
| Modifier and Type | Method and Description |
|---|---|
void |
StringDataPoint.setString(Binary value) |
void |
DataPoint.setString(Binary value) |
| Constructor and Description |
|---|
StringDataPoint(String measurementId,
Binary v)
constructor of StringDataPoint, the value type will be set automatically.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.