add tsz compress
This commit is contained in:
parent
43ff259d5d
commit
68fe671cbc
|
@ -29,7 +29,11 @@ from frame import *
|
||||||
|
|
||||||
class TDTestCase(TBase):
|
class TDTestCase(TBase):
|
||||||
updatecfgDict = {
|
updatecfgDict = {
|
||||||
"countAlwaysReturnValue" : "0"
|
"countAlwaysReturnValue" : "0",
|
||||||
|
"lossyColumns" : "float|double",
|
||||||
|
"fPrecision" : "0.000000001",
|
||||||
|
"dPrecision" : "0.00000000000000001",
|
||||||
|
"ifAdtFse" : "1"
|
||||||
}
|
}
|
||||||
|
|
||||||
def insertData(self):
|
def insertData(self):
|
||||||
|
|
Loading…
Reference in New Issue