| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.write.record.datapoint |
| Modifier and Type | Method and Description |
|---|---|
void |
LongDataPoint.writeTo(long time,
ChunkWriterImpl writer) |
void |
BooleanDataPoint.writeTo(long time,
ChunkWriterImpl writer) |
void |
StringDataPoint.writeTo(long time,
ChunkWriterImpl writer) |
void |
FloatDataPoint.writeTo(long time,
ChunkWriterImpl writer) |
void |
IntDataPoint.writeTo(long time,
ChunkWriterImpl writer) |
abstract void |
DataPoint.writeTo(long time,
ChunkWriterImpl writer)
write this DataPoint by a SeriesWriter.
|
void |
DoubleDataPoint.writeTo(long time,
ChunkWriterImpl writer) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.