fix: build error

This commit is contained in:
Alex Duan 2023-09-23 11:59:30 +08:00
parent f947eb752a
commit 141bba6be7
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ extern "C" {
#ifdef TD_TSZ
extern bool lossyFloat;
extern bool lossyDouble;
int32_t tsCompressInit(char* lossyColumns, double fPrecision, double dPrecision, uint32_t maxIntervals, uint32_t intervals,
int32_t tsCompressInit(char* lossyColumns, float fPrecision, double dPrecision, uint32_t maxIntervals, uint32_t intervals,
int32_t ifAdtFse, const char* compressor);
void tsCompressExit();