Uses of Class
org.apache.iotdb.tsfile.read.common.Field
-
Packages that use Field Package Description org.apache.iotdb.tsfile.read.common -
-
Uses of Field in org.apache.iotdb.tsfile.read.common
Methods in org.apache.iotdb.tsfile.read.common that return Field Modifier and Type Method Description static FieldField. copy(Field field)static FieldField. getField(java.lang.Object value, TSDataType dataType)Methods in org.apache.iotdb.tsfile.read.common that return types with arguments of type Field Modifier and Type Method Description java.util.List<Field>RowRecord. getFields()Methods in org.apache.iotdb.tsfile.read.common with parameters of type Field Modifier and Type Method Description voidRowRecord. addField(Field f)static FieldField. copy(Field field)voidRowRecord. setField(int index, Field f)static voidField. setTsPrimitiveValue(TsPrimitiveType value, Field field)Constructor parameters in org.apache.iotdb.tsfile.read.common with type arguments of type Field Constructor Description RowRecord(long timestamp, java.util.List<Field> fields)
-