add compress dict

This commit is contained in:
yihaoDeng 2024-02-28 11:34:05 +00:00
parent bc98978b33
commit f7142f1b77
1 changed files with 0 additions and 8 deletions

View File

@ -50,15 +50,8 @@
#define _DEFAULT_SOURCE
#include "tcompression.h"
#include "lz4.h"
#include "tRealloc.h"
#include "tlog.h"
#include "ttypes.h"
TCompressPara compressDict = {
{},
}
#ifdef TD_TSZ
#include "td_sz.h"
#endif
@ -73,7 +66,6 @@ static const int32_t TEST_NUMBER = 1;
bool lossyFloat = false;
bool lossyDouble = false;
// init call
int32_t tsCompressInit(char *lossyColumns, float fPrecision, double dPrecision, uint32_t maxIntervals,
uint32_t intervals, int32_t ifAdtFse, const char *compressor) {