Class UDFBinaryTransformer


  • public class UDFBinaryTransformer
    extends java.lang.Object
    Transform between Binary and Binary
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.iotdb.tsfile.utils.Binary transformToBinary​(org.apache.iotdb.udf.api.type.Binary binary)  
      static org.apache.iotdb.udf.api.type.Binary transformToUDFBinary​(org.apache.iotdb.tsfile.utils.Binary binary)  
      • Methods inherited from class java.lang.Object

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

      • transformToBinary

        public static org.apache.iotdb.tsfile.utils.Binary transformToBinary​(org.apache.iotdb.udf.api.type.Binary binary)
      • transformToUDFBinary

        public static org.apache.iotdb.udf.api.type.Binary transformToUDFBinary​(org.apache.iotdb.tsfile.utils.Binary binary)