dbms: Server: Feature development. [#METR-19266]

This commit is contained in:
Alexey Arno 2016-07-05 19:39:42 +03:00
parent b036aa6482
commit 8af30aee93
2 changed files with 0 additions and 7 deletions

View File

@ -13,12 +13,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int NOT_IMPLEMENTED;
}
/** Для заданного значения Field возвращает минимальный тип данных, позволяющий хранить значение этого типа.
* В случае, если Field - массив, конвертирует все элементы к общему типу.
*/

View File

@ -12,7 +12,6 @@ namespace ErrorCodes
{
extern const int EMPTY_DATA_PASSED;
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
extern const int NOT_IMPLEMENTED;
}