Miscellaneous [#METR-20307].

This commit is contained in:
Alexey Milovidov 2017-01-04 19:31:09 +03:00
parent 779d549d3d
commit 37e1c9d18f

View File

@ -12,6 +12,7 @@ namespace DB
class ASTFunction : public ASTWithAlias
{
public:
/// TODO This is semantic, not syntax. Remove it.
enum FunctionKind
{
UNKNOWN,