mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 11:22:12 +00:00
Removed compilation bug
This commit is contained in:
parent
34da26df32
commit
362b20bb7b
@ -93,15 +93,15 @@ private:
|
||||
DataTypePtr getFieldType(const Poco::JSON::Object::Ptr &field,
|
||||
const String &type_key, bool required);
|
||||
DataTypePtr getSimpleType(const String &type_name);
|
||||
std::shared_ptr<ActionsDAG> getSchemaTransformationDag(
|
||||
const Poco::JSON::Object::Ptr & old_schema, [const Poco::JSON::Object::Ptr & new_schema);
|
||||
std::shared_ptr<ActionsDAG>
|
||||
getSchemaTransformationDag(const Poco::JSON::Object::Ptr & old_schema, const Poco::JSON::Object::Ptr & new_schema);
|
||||
|
||||
bool allowPrimitiveTypeConversion(const String & old_type, const String & new_type);
|
||||
bool allowPrimitiveTypeConversion(const String & old_type, const String & new_type);
|
||||
|
||||
const Node * getDefaultNodeForField(const Poco::JSON::Object::Ptr & field);
|
||||
const Node * getDefaultNodeForField(const Poco::JSON::Object::Ptr & field);
|
||||
|
||||
Int32 current_old_id = -1;
|
||||
Int32 current_new_id = -1;
|
||||
Int32 current_old_id = -1;
|
||||
Int32 current_new_id = -1;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user