updated documentation

This commit is contained in:
Pavel Kartavyy 2016-11-16 16:02:11 +03:00
parent 3ad04a0f39
commit d0907decce
2 changed files with 4 additions and 0 deletions

View File

@ -5730,6 +5730,8 @@ Accepts Float32 and Float64 and returns UInt8 equal to 1 if the argument is a Na
===hasColumnInTable('database', 'table', 'column')===
Accepts constant String columns - database name, table name and column name. Returns constant UInt8 value, equal to 1 if column exists,
otherwise 0.
If table doesn't exist than exception is thrown.
For elements of nested data structure function checks existence of column. For nested data structure 0 is returned.
===bar===
Allows building a unicode-art diagram.

View File

@ -5834,6 +5834,8 @@ N - индекс столбца начиная с 1. N должно быть к
===hasColumnInTable('database', 'table', 'column')===
Принимает константные строки - имя базы данных, имя таблицы и название столбца. Возвращает константное выражение типа UInt8, равное 1,
если есть столбец, иначе 0.
Функция кидает исключение, если таблица не существует.
Для элементов вложенной структуры данных функция проверяет сушествование столбца. Для самой же вложенной структуры данных функция возвращает 0.
===bar===
Позволяет построить unicode-art диаграмму.