mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Fix special build
This commit is contained in:
parent
a78187f37b
commit
aa76bda415
@ -20,7 +20,7 @@ private:
|
||||
ColumnsDescription getActualTableStructure(ContextPtr context) const override;
|
||||
void parseArguments(const ASTPtr & ast_function, ContextPtr context) override;
|
||||
|
||||
DataTypes getTypesFromArgument(const ASTPtr & arg, ContextPtr context);
|
||||
static DataTypes getTypesFromArgument(const ASTPtr & arg, ContextPtr context);
|
||||
|
||||
ColumnsDescription structure;
|
||||
bool has_structure_in_arguments;
|
||||
|
Loading…
Reference in New Issue
Block a user