Uses of Class
org.apache.iotdb.tsfile.utils.TsPrimitiveType
-
Packages that use TsPrimitiveType Package Description org.apache.iotdb.tsfile.read.common.block.column org.apache.iotdb.tsfile.utils -
-
Uses of TsPrimitiveType in org.apache.iotdb.tsfile.read.common.block.column
Methods in org.apache.iotdb.tsfile.read.common.block.column that return TsPrimitiveType Modifier and Type Method Description default TsPrimitiveTypeColumn. getTsPrimitiveType(int position)Gets a TsPrimitiveType atposition.Methods in org.apache.iotdb.tsfile.read.common.block.column with parameters of type TsPrimitiveType Modifier and Type Method Description default ColumnBuilderColumnBuilder. writeTsPrimitiveType(TsPrimitiveType value)Write a TsPrimitiveType sequences to the current entry; -
Uses of TsPrimitiveType in org.apache.iotdb.tsfile.utils
Subclasses of TsPrimitiveType in org.apache.iotdb.tsfile.utils Modifier and Type Class Description static classTsPrimitiveType.TsBinarystatic classTsPrimitiveType.TsBooleanstatic classTsPrimitiveType.TsDoublestatic classTsPrimitiveType.TsFloatstatic classTsPrimitiveType.TsIntstatic classTsPrimitiveType.TsLongstatic classTsPrimitiveType.TsVectorMethods in org.apache.iotdb.tsfile.utils that return TsPrimitiveType Modifier and Type Method Description static TsPrimitiveTypeTsPrimitiveType. getByType(TSDataType dataType)get tsPrimitiveType by resultDataType.static TsPrimitiveTypeTsPrimitiveType. getByType(TSDataType dataType, Object v)get tsPrimitiveType by resultDataType and initial value.TsPrimitiveType[]TsPrimitiveType. getVector()TsPrimitiveType[]TsPrimitiveType.TsVector. getVector()Methods in org.apache.iotdb.tsfile.utils with parameters of type TsPrimitiveType Modifier and Type Method Description voidTsPrimitiveType. setVector(TsPrimitiveType[] val)voidTsPrimitiveType.TsVector. setVector(TsPrimitiveType[] vals)Constructors in org.apache.iotdb.tsfile.utils with parameters of type TsPrimitiveType Constructor Description TsVector(TsPrimitiveType[] values)
-