mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fixed getReturnTypeImpl to accept only array argument
This commit is contained in:
parent
464cdc4a91
commit
64292f36f5
@ -30,6 +30,7 @@ namespace ErrorCodes
|
||||
{
|
||||
extern const int BAD_ARGUMENTS;
|
||||
extern const int ILLEGAL_COLUMN;
|
||||
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
|
||||
}
|
||||
|
||||
/*Detect Period in time series data using FFT.
|
||||
|
Loading…
Reference in New Issue
Block a user