add compress dict
This commit is contained in:
parent
bc98978b33
commit
f7142f1b77
|
@ -50,15 +50,8 @@
|
||||||
#define _DEFAULT_SOURCE
|
#define _DEFAULT_SOURCE
|
||||||
#include "tcompression.h"
|
#include "tcompression.h"
|
||||||
#include "lz4.h"
|
#include "lz4.h"
|
||||||
#include "tRealloc.h"
|
|
||||||
#include "tlog.h"
|
#include "tlog.h"
|
||||||
#include "ttypes.h"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
TCompressPara compressDict = {
|
|
||||||
{},
|
|
||||||
}
|
|
||||||
#ifdef TD_TSZ
|
#ifdef TD_TSZ
|
||||||
#include "td_sz.h"
|
#include "td_sz.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -73,7 +66,6 @@ static const int32_t TEST_NUMBER = 1;
|
||||||
bool lossyFloat = false;
|
bool lossyFloat = false;
|
||||||
bool lossyDouble = false;
|
bool lossyDouble = false;
|
||||||
|
|
||||||
|
|
||||||
// init call
|
// init call
|
||||||
int32_t tsCompressInit(char *lossyColumns, float fPrecision, double dPrecision, uint32_t maxIntervals,
|
int32_t tsCompressInit(char *lossyColumns, float fPrecision, double dPrecision, uint32_t maxIntervals,
|
||||||
uint32_t intervals, int32_t ifAdtFse, const char *compressor) {
|
uint32_t intervals, int32_t ifAdtFse, const char *compressor) {
|
||||||
|
|
Loading…
Reference in New Issue