提交 9e5d8264 编写于 作者: A Anton Popov

fix build

上级 949c0f2d
......@@ -273,7 +273,6 @@ private:
void executeSingleThread(size_t thread_num, size_t num_threads);
void finish();
public:
String dumpPipeline() const;
};
......
#include <Columns/ColumnConst.h>
#include <Common/typeid_cast.h>
#include <DataTypes/DataTypesNumber.h>
#include <DataTypes/DataTypeNullable.h>
#include <DataTypes/FieldToDataType.h>
......@@ -35,7 +34,7 @@ namespace ErrorCodes
struct SpecialParserType
{
SpecialParserType() = default;
SpecialParserType(Field::Types::Which main_type_) : main_type(main_type_) {}
explicit SpecialParserType(Field::Types::Which main_type_) : main_type(main_type_) {}
Field::Types::Which main_type = Field::Types::String;
bool is_nullable = false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册