mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
FIXUP: Missing ErrorCodes
This commit is contained in:
parent
7bb7ea6913
commit
4ee665b158
@ -6,6 +6,12 @@
|
||||
namespace DB
|
||||
{
|
||||
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
|
||||
extern const int NUMBER_OF_ARGUMENTS_DOESNT_MATCH;
|
||||
}
|
||||
|
||||
/** Sort arrays, by values of its elements, or by values of corresponding elements of calculated expression (known as "schwartzsort").
|
||||
*/
|
||||
template <bool positive, bool is_partial>
|
||||
|
Loading…
Reference in New Issue
Block a user