Class FieldUtils


  • public class FieldUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object iotdbFieldConvert​(org.apache.iotdb.tsfile.read.common.Field field)
      convert the value of field in iotdb to object
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FieldUtils

        public FieldUtils()
    • Method Detail

      • iotdbFieldConvert

        public static java.lang.Object iotdbFieldConvert​(org.apache.iotdb.tsfile.read.common.Field field)
        convert the value of field in iotdb to object
        Parameters:
        field - filed to be converted
        Returns:
        value stored in field