CritasWang commented on issue #14762: URL: https://github.com/apache/iotdb/issues/14762#issuecomment-2817506394
用于指定类型推断规则,如<srcTsDataType1=dstTsDataType1,srcTsDataType2=dstTsDataType2,...>。 说明:用于指定类型推断规则. srcTsDataType 包括 boolean,int,long,float,double,NaN. dstTsDataType 包括 boolean,int,long,float,double,text. 当srcTsDataType为boolean, dstTsDataType只能为boolean或text. 当srcTsDataType为NaN, dstTsDataType只能为float, double或text. 当srcTsDataType为数值类型, dstTsDataType的精度需要高于srcTsDataType. 例如:-typeInfer boolean=text,float=double 意思是将推测的类型转为其他类型,比如 数据值是 true ,推断是 boolean,但是想写入 Text,那就可以通过这个参数进行转换 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
