Fix error

This commit is contained in:
hexiaoting 2021-04-13 09:53:39 +08:00
parent 7e0b43be28
commit 9e921023b8

View File

@ -15,6 +15,7 @@ namespace ErrorCodes
{ {
extern const int ILLEGAL_TYPE_OF_ARGUMENT; extern const int ILLEGAL_TYPE_OF_ARGUMENT;
extern const int ILLEGAL_COLUMN; extern const int ILLEGAL_COLUMN;
extern const int DECIMAL_OVERFLOW;
} }
enum class AggregateOperation enum class AggregateOperation