Revert wrong merge commit.

This reverts commit 9cd9c69449.
This commit is contained in:
Alexander Kuzmenkov 2019-08-06 17:59:19 +03:00
parent 9cd9c69449
commit 224ed0ca67
2 changed files with 1 additions and 2 deletions

View File

@ -602,6 +602,7 @@ inline bool isStringOrFixedString(const T & data_type)
return WhichDataType(data_type).isStringOrFixedString();
}
inline bool isNotDecimalButComparableToDecimal(const DataTypePtr & data_type)
{
WhichDataType which(data_type);

View File

@ -1,8 +1,6 @@
#include <Core/Types.h>
#include <Functions/GeoUtils.h>
#include <tuple>
namespace
{