fixed getReturnTypeImpl to accept only array argument

This commit is contained in:
Bhavna Jindal 2023-11-10 11:44:29 -08:00
parent 464cdc4a91
commit 64292f36f5

View File

@ -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.