Uses of Class
org.apache.iotdb.tsfile.file.metadata.enums.TSDataType
-
-
Uses of TSDataType in org.apache.iotdb.tsfile.common.conf
Methods in org.apache.iotdb.tsfile.common.conf that return TSDataType Modifier and Type Method Description TSDataTypeTSFileConfig. getTimeSeriesDataType()Methods in org.apache.iotdb.tsfile.common.conf with parameters of type TSDataType Modifier and Type Method Description voidTSFileConfig. setTimeSeriesDataType(TSDataType timeSeriesDataType) -
Uses of TSDataType in org.apache.iotdb.tsfile.encoding.decoder
Methods in org.apache.iotdb.tsfile.encoding.decoder with parameters of type TSDataType Modifier and Type Method Description static DecoderDecoder. getDecoderByType(TSEncoding encoding, TSDataType dataType)Constructors in org.apache.iotdb.tsfile.encoding.decoder with parameters of type TSDataType Constructor Description FloatDecoder(TSEncoding encodingType, TSDataType dataType) -
Uses of TSDataType in org.apache.iotdb.tsfile.encoding.encoder
Methods in org.apache.iotdb.tsfile.encoding.encoder with parameters of type TSDataType Modifier and Type Method Description EncoderTSEncodingBuilder.Chimp. getEncoder(TSDataType type)EncoderTSEncodingBuilder.Dictionary. getEncoder(TSDataType type)abstract EncoderTSEncodingBuilder. getEncoder(TSDataType type)return a thread safe series's encoder with different types and parameters according to its measurement id and data type.EncoderTSEncodingBuilder.GorillaV1. getEncoder(TSDataType type)EncoderTSEncodingBuilder.GorillaV2. getEncoder(TSDataType type)EncoderTSEncodingBuilder.Plain. getEncoder(TSDataType type)EncoderTSEncodingBuilder.Regular. getEncoder(TSDataType type)EncoderTSEncodingBuilder.RLBE. getEncoder(TSDataType type)EncoderTSEncodingBuilder.Rle. getEncoder(TSDataType type)EncoderTSEncodingBuilder.Sprintz. getEncoder(TSDataType type)EncoderTSEncodingBuilder.Ts2Diff. getEncoder(TSDataType type)EncoderTSEncodingBuilder.Zigzag. getEncoder(TSDataType type)Constructors in org.apache.iotdb.tsfile.encoding.encoder with parameters of type TSDataType Constructor Description FloatEncoder(TSEncoding encodingType, TSDataType dataType, int maxPointNumber)PlainEncoder(TSDataType dataType, int maxStringLength) -
Uses of TSDataType in org.apache.iotdb.tsfile.file.header
Methods in org.apache.iotdb.tsfile.file.header that return TSDataType Modifier and Type Method Description TSDataTypeChunkHeader. getDataType()Methods in org.apache.iotdb.tsfile.file.header with parameters of type TSDataType Modifier and Type Method Description static PageHeaderPageHeader. deserializeFrom(java.io.InputStream inputStream, TSDataType dataType, boolean hasStatistic)static PageHeaderPageHeader. deserializeFrom(java.nio.ByteBuffer buffer, TSDataType dataType)Constructors in org.apache.iotdb.tsfile.file.header with parameters of type TSDataType Constructor Description ChunkHeader(byte chunkType, java.lang.String measurementID, int dataSize, int headerSize, TSDataType dataType, CompressionType compressionType, TSEncoding encoding)ChunkHeader(byte chunkType, java.lang.String measurementID, int dataSize, TSDataType dataType, CompressionType compressionType, TSEncoding encoding)ChunkHeader(java.lang.String measurementID, int dataSize, TSDataType dataType, CompressionType compressionType, TSEncoding encoding, int numOfPages)ChunkHeader(java.lang.String measurementID, int dataSize, TSDataType dataType, CompressionType compressionType, TSEncoding encoding, int numOfPages, int mask) -
Uses of TSDataType in org.apache.iotdb.tsfile.file.metadata
Methods in org.apache.iotdb.tsfile.file.metadata that return TSDataType Modifier and Type Method Description TSDataTypeAlignedChunkMetadata. getDataType()TSDataTypeChunkMetadata. getDataType()TSDataTypeIChunkMetadata. getDataType()TSDataTypeTimeseriesMetadata. getTsDataType()Methods in org.apache.iotdb.tsfile.file.metadata with parameters of type TSDataType Modifier and Type Method Description static longChunkMetadata. calculateRamSize(java.lang.String measurementId, TSDataType dataType)static ChunkMetadataChunkMetadata. deserializeFrom(java.nio.ByteBuffer buffer, TSDataType dataType)voidTimeseriesMetadata. setTsDataType(TSDataType tsDataType)Constructors in org.apache.iotdb.tsfile.file.metadata with parameters of type TSDataType Constructor Description ChunkMetadata(java.lang.String measurementUid, TSDataType tsDataType, long fileOffset, Statistics<? extends java.io.Serializable> statistics)constructor of ChunkMetaData.TimeseriesMetadata(byte timeSeriesMetadataType, int chunkMetaDataListDataSize, java.lang.String measurementId, TSDataType dataType, Statistics<? extends java.io.Serializable> statistics, PublicBAOS chunkMetadataListBuffer) -
Uses of TSDataType in org.apache.iotdb.tsfile.file.metadata.enums
Methods in org.apache.iotdb.tsfile.file.metadata.enums that return TSDataType Modifier and Type Method Description static TSDataTypeTSDataType. deserialize(byte type)give an integer to return a data type.static TSDataTypeTSDataType. deserializeFrom(java.nio.ByteBuffer buffer)static TSDataTypeTSDataType. getTsDataType(byte type)static TSDataTypeTSDataType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TSDataType[]TSDataType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TSDataType in org.apache.iotdb.tsfile.file.metadata.statistics
Methods in org.apache.iotdb.tsfile.file.metadata.statistics that return TSDataType Modifier and Type Method Description TSDataTypeBinaryStatistics. getType()TSDataTypeBooleanStatistics. getType()TSDataTypeDoubleStatistics. getType()TSDataTypeFloatStatistics. getType()TSDataTypeIntegerStatistics. getType()TSDataTypeLongStatistics. getType()abstract TSDataTypeStatistics. getType()TSDataTypeTimeStatistics. getType()Methods in org.apache.iotdb.tsfile.file.metadata.statistics with parameters of type TSDataType Modifier and Type Method Description static Statistics<? extends java.io.Serializable>Statistics. deserialize(java.io.InputStream inputStream, TSDataType dataType)static Statistics<? extends java.io.Serializable>Statistics. deserialize(java.nio.ByteBuffer buffer, TSDataType dataType)static intStatistics. getSizeByType(TSDataType type)static Statistics<? extends java.io.Serializable>Statistics. getStatsByType(TSDataType type)static method providing statistic instance for respective data type. -
Uses of TSDataType in org.apache.iotdb.tsfile.read
Methods in org.apache.iotdb.tsfile.read that return types with arguments of type TSDataType Modifier and Type Method Description java.util.Map<java.lang.String,TSDataType>TsFileSequenceReader. getAllMeasurements()get all measurements in this filejava.util.Map<java.lang.String,TSDataType>TsFileSequenceReader. getFullPathDataTypeMap()get all types of measurements in this fileMethods in org.apache.iotdb.tsfile.read with parameters of type TSDataType Modifier and Type Method Description PageHeaderTsFileSequenceReader. readPageHeader(TSDataType type, boolean hasStatistic)not thread safe. -
Uses of TSDataType in org.apache.iotdb.tsfile.read.common
Fields in org.apache.iotdb.tsfile.read.common declared as TSDataType Modifier and Type Field Description protected TSDataTypeBatchData. dataTypeMethods in org.apache.iotdb.tsfile.read.common that return TSDataType Modifier and Type Method Description TSDataTypeBatchData. getDataType()TSDataTypeField. getDataType()Methods in org.apache.iotdb.tsfile.read.common with parameters of type TSDataType Modifier and Type Method Description voidRowRecord. addField(java.lang.Object value, TSDataType dataType)static BatchDataBatchDataFactory. createBatchData(TSDataType dataType)static BatchDataBatchDataFactory. createBatchData(TSDataType dataType, boolean ascending, boolean isWriteDesc)static BatchDataBatchData.BatchDataType. deserialize(byte type, TSDataType dataType)give an integer to return a BatchType type.static FieldField. getField(java.lang.Object value, TSDataType dataType)java.lang.ObjectField. getObjectValue(TSDataType dataType)voidBatchData. init(TSDataType type)initialize batch data.voidBatchData. setDataType(TSDataType dataType)voidRowRecord. setField(int index, java.lang.Object value, TSDataType dataType)Constructors in org.apache.iotdb.tsfile.read.common with parameters of type TSDataType Constructor Description BatchData(TSDataType type)BatchData Constructor.DescReadBatchData(TSDataType dataType)DescReadWriteBatchData(TSDataType dataType)Field(TSDataType dataType) -
Uses of TSDataType in org.apache.iotdb.tsfile.read.common.block
Methods in org.apache.iotdb.tsfile.read.common.block that return TSDataType Modifier and Type Method Description TSDataTypeTsBlockBuilder. getType(int channel)Method parameters in org.apache.iotdb.tsfile.read.common.block with type arguments of type TSDataType Modifier and Type Method Description voidTsBlockBuilder. buildValueColumnBuilders(java.util.List<TSDataType> types)static TsBlockBuilderTsBlockBuilder. withMaxTsBlockSize(int maxTsBlockBytes, java.util.List<TSDataType> types)Constructor parameters in org.apache.iotdb.tsfile.read.common.block with type arguments of type TSDataType Constructor Description TsBlockBuilder(int initialExpectedEntries, java.util.List<TSDataType> types)TsBlockBuilder(java.util.List<TSDataType> types)Create a TsBlockBuilder with given types. -
Uses of TSDataType in org.apache.iotdb.tsfile.read.common.block.column
Methods in org.apache.iotdb.tsfile.read.common.block.column that return TSDataType Modifier and Type Method Description TSDataTypeBinaryColumn. getDataType()TSDataTypeBinaryColumnBuilder. getDataType()TSDataTypeBooleanColumn. getDataType()TSDataTypeBooleanColumnBuilder. getDataType()TSDataTypeColumn. getDataType()Get the data type.TSDataTypeColumnBuilder. getDataType()Get the data type.TSDataTypeDoubleColumn. getDataType()TSDataTypeDoubleColumnBuilder. getDataType()TSDataTypeFloatColumn. getDataType()TSDataTypeFloatColumnBuilder. getDataType()TSDataTypeIntColumn. getDataType()TSDataTypeIntColumnBuilder. getDataType()TSDataTypeLongColumn. getDataType()TSDataTypeLongColumnBuilder. getDataType()TSDataTypeNullColumn. getDataType()TSDataTypeRunLengthEncodedColumn. getDataType()TSDataTypeTimeColumn. getDataType()TSDataTypeTimeColumnBuilder. getDataType()Methods in org.apache.iotdb.tsfile.read.common.block.column with parameters of type TSDataType Modifier and Type Method Description static ColumnNullColumn. create(TSDataType dataType, int positionCount)ColumnBinaryArrayColumnEncoder. readColumn(java.nio.ByteBuffer input, TSDataType dataType, int positionCount)ColumnByteArrayColumnEncoder. readColumn(java.nio.ByteBuffer input, TSDataType dataType, int positionCount)ColumnColumnEncoder. readColumn(java.nio.ByteBuffer input, TSDataType dataType, int positionCount)Read a column from the specified input.ColumnInt32ArrayColumnEncoder. readColumn(java.nio.ByteBuffer input, TSDataType dataType, int positionCount)ColumnInt64ArrayColumnEncoder. readColumn(java.nio.ByteBuffer input, TSDataType dataType, int positionCount)ColumnRunLengthColumnEncoder. readColumn(java.nio.ByteBuffer input, TSDataType dataType, int positionCount) -
Uses of TSDataType in org.apache.iotdb.tsfile.read.common.type
Methods in org.apache.iotdb.tsfile.read.common.type with parameters of type TSDataType Modifier and Type Method Description static TypeTypeFactory. getType(TSDataType tsDataType) -
Uses of TSDataType in org.apache.iotdb.tsfile.read.controller
Methods in org.apache.iotdb.tsfile.read.controller that return TSDataType Modifier and Type Method Description TSDataTypeIMetadataQuerier. getDataType(Path path)TSDataTypeMetadataQuerierByFileImpl. getDataType(Path path) -
Uses of TSDataType in org.apache.iotdb.tsfile.read.expression
Methods in org.apache.iotdb.tsfile.read.expression that return types with arguments of type TSDataType Modifier and Type Method Description java.util.List<TSDataType>QueryExpression. getDataTypes()Method parameters in org.apache.iotdb.tsfile.read.expression with type arguments of type TSDataType Modifier and Type Method Description QueryExpressionQueryExpression. setDataTypes(java.util.List<TSDataType> dataTypes) -
Uses of TSDataType in org.apache.iotdb.tsfile.read.query.dataset
Fields in org.apache.iotdb.tsfile.read.query.dataset with type parameters of type TSDataType Modifier and Type Field Description protected java.util.List<TSDataType>QueryDataSet. dataTypesMethods in org.apache.iotdb.tsfile.read.query.dataset that return types with arguments of type TSDataType Modifier and Type Method Description java.util.List<TSDataType>QueryDataSet. getDataTypes()Method parameters in org.apache.iotdb.tsfile.read.query.dataset with type arguments of type TSDataType Modifier and Type Method Description voidQueryDataSet. setDataTypes(java.util.List<TSDataType> dataTypes) -
Uses of TSDataType in org.apache.iotdb.tsfile.read.reader
Method parameters in org.apache.iotdb.tsfile.read.reader with type arguments of type TSDataType Modifier and Type Method Description voidIPageReader. initTsBlockBuilder(java.util.List<TSDataType> dataTypes) -
Uses of TSDataType in org.apache.iotdb.tsfile.read.reader.page
Fields in org.apache.iotdb.tsfile.read.reader.page declared as TSDataType Modifier and Type Field Description protected TSDataTypePageReader. dataTypeMethods in org.apache.iotdb.tsfile.read.reader.page that return TSDataType Modifier and Type Method Description TSDataTypeValuePageReader. getDataType()Method parameters in org.apache.iotdb.tsfile.read.reader.page with type arguments of type TSDataType Modifier and Type Method Description voidAlignedPageReader. initTsBlockBuilder(java.util.List<TSDataType> dataTypes)voidPageReader. initTsBlockBuilder(java.util.List<TSDataType> dataTypes)Constructors in org.apache.iotdb.tsfile.read.reader.page with parameters of type TSDataType Constructor Description PageReader(java.nio.ByteBuffer pageData, TSDataType dataType, Decoder valueDecoder, Decoder timeDecoder, Filter filter)PageReader(PageHeader pageHeader, java.nio.ByteBuffer pageData, TSDataType dataType, Decoder valueDecoder, Decoder timeDecoder, Filter filter)ValuePageReader(PageHeader pageHeader, java.nio.ByteBuffer pageData, TSDataType dataType, Decoder valueDecoder) -
Uses of TSDataType in org.apache.iotdb.tsfile.read.reader.series
Methods in org.apache.iotdb.tsfile.read.reader.series that return TSDataType Modifier and Type Method Description TSDataTypeFileSeriesReaderByTimestamp. getDataType() -
Uses of TSDataType in org.apache.iotdb.tsfile.utils
Methods in org.apache.iotdb.tsfile.utils that return TSDataType Modifier and Type Method Description abstract TSDataTypeTsPrimitiveType. getDataType()TSDataTypeTsPrimitiveType.TsBinary. getDataType()TSDataTypeTsPrimitiveType.TsBoolean. getDataType()TSDataTypeTsPrimitiveType.TsDouble. getDataType()TSDataTypeTsPrimitiveType.TsFloat. getDataType()TSDataTypeTsPrimitiveType.TsInt. getDataType()TSDataTypeTsPrimitiveType.TsLong. getDataType()TSDataTypeTsPrimitiveType.TsVector. getDataType()static TSDataTypeReadWriteIOUtils. readDataType(java.io.InputStream inputStream)static TSDataTypeReadWriteIOUtils. readDataType(java.nio.ByteBuffer buffer)Methods in org.apache.iotdb.tsfile.utils with parameters of type TSDataType Modifier and Type Method Description static TsPrimitiveTypeTsPrimitiveType. getByType(TSDataType dataType)get tsPrimitiveType by resultDataType.static TsPrimitiveTypeTsPrimitiveType. getByType(TSDataType dataType, java.lang.Object v)get tsPrimitiveType by resultDataType and initial value.static intReadWriteIOUtils. write(TSDataType dataType, java.io.OutputStream outputStream)TSDataType.static intReadWriteIOUtils. write(TSDataType dataType, java.nio.ByteBuffer buffer) -
Uses of TSDataType in org.apache.iotdb.tsfile.write.chunk
Methods in org.apache.iotdb.tsfile.write.chunk that return TSDataType Modifier and Type Method Description TSDataTypeChunkWriterImpl. getDataType()TSDataTypeTimeChunkWriter. getDataType()TSDataTypeValueChunkWriter. getDataType()Constructors in org.apache.iotdb.tsfile.write.chunk with parameters of type TSDataType Constructor Description ValueChunkWriter(java.lang.String measurementId, CompressionType compressionType, TSDataType dataType, TSEncoding encodingType, Encoder valueEncoder) -
Uses of TSDataType in org.apache.iotdb.tsfile.write.page
Methods in org.apache.iotdb.tsfile.write.page with parameters of type TSDataType Modifier and Type Method Description voidPageWriter. initStatistics(TSDataType dataType)voidValuePageWriter. initStatistics(TSDataType dataType)voidValuePageWriter. reset(TSDataType dataType)reset this pageConstructors in org.apache.iotdb.tsfile.write.page with parameters of type TSDataType Constructor Description ValuePageWriter(Encoder valueEncoder, ICompressor compressor, TSDataType dataType) -
Uses of TSDataType in org.apache.iotdb.tsfile.write.record
Methods in org.apache.iotdb.tsfile.write.record with parameters of type TSDataType Modifier and Type Method Description static java.lang.Object[]Tablet. readTabletValuesFromBuffer(java.nio.ByteBuffer byteBuffer, TSDataType[] types, int columns, int rowSize) -
Uses of TSDataType in org.apache.iotdb.tsfile.write.record.datapoint
Fields in org.apache.iotdb.tsfile.write.record.datapoint declared as TSDataType Modifier and Type Field Description protected TSDataTypeDataPoint. typevalue type of this DataPoint.Methods in org.apache.iotdb.tsfile.write.record.datapoint that return TSDataType Modifier and Type Method Description TSDataTypeDataPoint. getType()Methods in org.apache.iotdb.tsfile.write.record.datapoint with parameters of type TSDataType Modifier and Type Method Description static DataPointDataPoint. getDataPoint(TSDataType dataType, java.lang.String measurementId, java.lang.String value)Construct one data point with data type and value.Constructors in org.apache.iotdb.tsfile.write.record.datapoint with parameters of type TSDataType Constructor Description DataPoint(TSDataType type, java.lang.String measurementId)constructor of DataPoint. -
Uses of TSDataType in org.apache.iotdb.tsfile.write.schema
Methods in org.apache.iotdb.tsfile.write.schema that return TSDataType Modifier and Type Method Description TSDataTypeIMeasurementSchema. getType()TSDataTypeMeasurementSchema. getType()TSDataTypeTimeseriesSchema. getType()TSDataTypeVectorMeasurementSchema. getType()Methods in org.apache.iotdb.tsfile.write.schema that return types with arguments of type TSDataType Modifier and Type Method Description java.util.List<TSDataType>IMeasurementSchema. getSubMeasurementsTSDataTypeList()java.util.List<TSDataType>MeasurementSchema. getSubMeasurementsTSDataTypeList()java.util.List<TSDataType>VectorMeasurementSchema. getSubMeasurementsTSDataTypeList()Methods in org.apache.iotdb.tsfile.write.schema with parameters of type TSDataType Modifier and Type Method Description voidVectorMeasurementSchema. addMeasurement(java.lang.String measurementId, TSDataType dataType, TSEncoding encoding)voidIMeasurementSchema. setType(TSDataType dataType)voidMeasurementSchema. setType(TSDataType type)voidVectorMeasurementSchema. setType(TSDataType dataType)Constructors in org.apache.iotdb.tsfile.write.schema with parameters of type TSDataType Constructor Description MeasurementSchema(java.lang.String measurementId, TSDataType tsDataType)MeasurementSchema(java.lang.String measurementId, TSDataType type, TSEncoding encoding)set properties as an empty Map.MeasurementSchema(java.lang.String measurementId, TSDataType type, TSEncoding encoding, CompressionType compressionType)MeasurementSchema(java.lang.String measurementId, TSDataType type, TSEncoding encoding, CompressionType compressionType, java.util.Map<java.lang.String,java.lang.String> props)Constructor of MeasurementSchema.TimeseriesSchema(java.lang.String fullPath, TSDataType tsDataType)TimeseriesSchema(java.lang.String fullPath, TSDataType type, TSEncoding encoding)set properties as an empty Map.TimeseriesSchema(java.lang.String fullPath, TSDataType type, TSEncoding encoding, CompressionType compressionType)TimeseriesSchema(java.lang.String fullPath, TSDataType type, TSEncoding encoding, CompressionType compressionType, java.util.Map<java.lang.String,java.lang.String> props)Constructor of TimeseriesSchema.VectorMeasurementSchema(java.lang.String deviceId, java.lang.String[] subMeasurements, TSDataType[] types)VectorMeasurementSchema(java.lang.String deviceId, java.lang.String[] subMeasurements, TSDataType[] types, TSEncoding[] encodings)VectorMeasurementSchema(java.lang.String deviceId, java.lang.String[] subMeasurements, TSDataType[] types, TSEncoding[] encodings, CompressionType compressionType) -
Uses of TSDataType in org.apache.iotdb.tsfile.write.writer
Methods in org.apache.iotdb.tsfile.write.writer with parameters of type TSDataType Modifier and Type Method Description java.util.List<ChunkMetadata>RestorableTsFileIOWriter. getVisibleMetadataList(java.lang.String deviceId, java.lang.String measurementId, TSDataType dataType)For query.voidTsFileIOWriter. startFlushChunk(java.lang.String measurementId, CompressionType compressionCodecName, TSDataType tsDataType, TSEncoding encodingType, Statistics<? extends java.io.Serializable> statistics, int dataSize, int numOfPages, int mask)start a ChunkMetaData.voidTsFileIOWriter. writeEmptyValueChunk(java.lang.String measurementId, CompressionType compressionType, TSDataType tsDataType, TSEncoding encodingType, Statistics<? extends java.io.Serializable> statistics)Write an empty value chunk into file directly.
-