Compiling 100% with Types change approach - still does not build.

This commit is contained in:
Cekis
2021-10-21 17:45:04 -04:00
parent f838d31a26
commit 60c8c1fcbf
54 changed files with 347 additions and 297 deletions
@@ -60,11 +60,11 @@ namespace DB
bool push_back(bool IsNULL, int value);
bool push_back(bool IsNULL, double value);
bool push_back(bool IsNULL, long int value);
bool push_back(bool IsNULL, int64 value);
// bool push_back(bool IsNULL, int64 value);
bool push_back(int value);
bool push_back(double value);
bool push_back(long int value);
bool push_back(int64 value);
// bool push_back(int64 value);
virtual std::string outputValue() const;
};