Uses of Class
org.apache.iotdb.tsfile.utils.Binary
-
-
Uses of Binary in org.apache.iotdb.tsfile.encoding.decoder
Methods in org.apache.iotdb.tsfile.encoding.decoder that return Binary Modifier and Type Method Description BinaryBitmapDecoder. readBinary(java.nio.ByteBuffer buffer)Deprecated.BinaryDecoder. readBinary(java.nio.ByteBuffer buffer)BinaryDictionaryDecoder. readBinary(java.nio.ByteBuffer buffer)BinaryFloatDecoder. readBinary(java.nio.ByteBuffer buffer)BinaryPlainDecoder. readBinary(java.nio.ByteBuffer buffer)BinaryRleDecoder. readBinary(java.nio.ByteBuffer buffer) -
Uses of Binary in org.apache.iotdb.tsfile.encoding.encoder
Methods in org.apache.iotdb.tsfile.encoding.encoder with parameters of type Binary Modifier and Type Method Description voidDictionaryEncoder. encode(Binary value, java.io.ByteArrayOutputStream out)voidEncoder. encode(Binary value, java.io.ByteArrayOutputStream out)voidPlainEncoder. encode(Binary value, java.io.ByteArrayOutputStream out)voidRleEncoder. encode(Binary value, java.io.ByteArrayOutputStream out) -
Uses of Binary in org.apache.iotdb.tsfile.file.metadata.statistics
Methods in org.apache.iotdb.tsfile.file.metadata.statistics that return Binary Modifier and Type Method Description BinaryBinaryStatistics. getFirstValue()BinaryBinaryStatistics. getLastValue()BinaryBinaryStatistics. getMaxValue()BinaryBinaryStatistics. getMinValue()Methods in org.apache.iotdb.tsfile.file.metadata.statistics with parameters of type Binary Modifier and Type Method Description voidBinaryStatistics. initializeStats(Binary first, Binary last)initialize Statistics.voidStatistics. update(long[] time, Binary[] values, int batchSize)voidStatistics. update(long time, Binary value)Method parameters in org.apache.iotdb.tsfile.file.metadata.statistics with type arguments of type Binary Modifier and Type Method Description protected voidBinaryStatistics. mergeStatisticsValue(Statistics<Binary> stats) -
Uses of Binary in org.apache.iotdb.tsfile.read.common
Methods in org.apache.iotdb.tsfile.read.common that return Binary Modifier and Type Method Description BinaryBatchData. getBinary()BinaryBatchData. getBinaryByIndex(int idx)Get the idx th binary value by the time ascending orderBinaryDescReadWriteBatchData. getBinaryByIndex(int idx)BinaryField. getBinaryV()Methods in org.apache.iotdb.tsfile.read.common with parameters of type Binary Modifier and Type Method Description voidBatchData. putBinary(long t, Binary v)put binary data.voidDescReadWriteBatchData. putBinary(long t, Binary v)put binary data reversely.voidBatchData. setBinary(Binary v)voidField. setBinaryV(Binary binaryV) -
Uses of Binary in org.apache.iotdb.tsfile.read.common.block.column
Methods in org.apache.iotdb.tsfile.read.common.block.column that return Binary Modifier and Type Method Description Binary[]BinaryColumn. getBinaries()default Binary[]Column. getBinaries()Gets the Binary list.Binary[]RunLengthEncodedColumn. getBinaries()BinaryBinaryColumn. getBinary(int position)default BinaryColumn. getBinary(int position)Gets a Binary atposition.BinaryRunLengthEncodedColumn. getBinary(int position)Methods in org.apache.iotdb.tsfile.read.common.block.column with parameters of type Binary Modifier and Type Method Description ColumnBuilderBinaryColumnBuilder. writeBinary(Binary value)default ColumnBuilderColumnBuilder. writeBinary(Binary value)Write a Binary to the current entry;Constructors in org.apache.iotdb.tsfile.read.common.block.column with parameters of type Binary Constructor Description BinaryColumn(int positionCount, java.util.Optional<boolean[]> valueIsNull, Binary[] values) -
Uses of Binary in org.apache.iotdb.tsfile.read.common.type
Methods in org.apache.iotdb.tsfile.read.common.type that return Binary Modifier and Type Method Description BinaryBinaryType. getBinary(Column c, int position)default BinaryType. getBinary(Column c, int position)Gets a Binary atposition.Methods in org.apache.iotdb.tsfile.read.common.type with parameters of type Binary Modifier and Type Method Description voidBinaryType. writeBinary(ColumnBuilder builder, Binary value)default voidType. writeBinary(ColumnBuilder builder, Binary value)Write a Binary to the current entry; -
Uses of Binary in org.apache.iotdb.tsfile.utils
Fields in org.apache.iotdb.tsfile.utils declared as Binary Modifier and Type Field Description static BinaryBinary. EMPTY_VALUEMethods in org.apache.iotdb.tsfile.utils that return Binary Modifier and Type Method Description BinaryTsPrimitiveType. getBinary()BinaryTsPrimitiveType.TsBinary. getBinary()static BinaryReadWriteIOUtils. readBinary(java.io.InputStream inputStream)static BinaryReadWriteIOUtils. readBinary(java.nio.ByteBuffer buffer)static BinaryBinary. valueOf(java.lang.String value)Methods in org.apache.iotdb.tsfile.utils with parameters of type Binary Modifier and Type Method Description intBinary. compareTo(Binary other)voidTsPrimitiveType. setBinary(Binary val)voidTsPrimitiveType.TsBinary. setBinary(Binary val)static intReadWriteIOUtils. sizeToWrite(Binary n)static intReadWriteIOUtils. write(Binary binary, java.io.OutputStream outputStream)write the size (int) of the binary and then the bytes in binarystatic intReadWriteIOUtils. write(Binary n, java.nio.ByteBuffer buffer)write a short n to byteBuffer.Constructors in org.apache.iotdb.tsfile.utils with parameters of type Binary Constructor Description TsBinary(Binary value) -
Uses of Binary in org.apache.iotdb.tsfile.write.chunk
Methods in org.apache.iotdb.tsfile.write.chunk with parameters of type Binary Modifier and Type Method Description voidAlignedChunkWriterImpl. write(long time, Binary value, boolean isNull)voidAlignedChunkWriterImpl. write(long time, Binary value, boolean isNull, int valueIndex)voidChunkWriterImpl. write(long[] timestamps, Binary[] values, int batchSize)voidChunkWriterImpl. write(long time, Binary value)voidValueChunkWriter. write(long[] timestamps, Binary[] values, boolean[] isNull, int batchSize, int pos)voidValueChunkWriter. write(long time, Binary value, boolean isNull)voidAlignedChunkWriterImpl. writeByColumn(long time, Binary value, boolean isNull) -
Uses of Binary in org.apache.iotdb.tsfile.write.page
Methods in org.apache.iotdb.tsfile.write.page with parameters of type Binary Modifier and Type Method Description voidPageWriter. write(long[] timestamps, Binary[] values, int batchSize)write time series into encodervoidPageWriter. write(long time, Binary value)write a time value pair into encodervoidValuePageWriter. write(long[] timestamps, Binary[] values, boolean[] isNull, int batchSize, int arrayOffset)write time series into encodervoidValuePageWriter. write(long time, Binary value, boolean isNull)write a time value pair into encoder -
Uses of Binary in org.apache.iotdb.tsfile.write.record.datapoint
Methods in org.apache.iotdb.tsfile.write.record.datapoint with parameters of type Binary Modifier and Type Method Description voidDataPoint. setString(Binary value)voidStringDataPoint. setString(Binary value)Constructors in org.apache.iotdb.tsfile.write.record.datapoint with parameters of type Binary Constructor Description StringDataPoint(java.lang.String measurementId, Binary v)constructor of StringDataPoint, the value type will be set automatically.
-