mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
updated documentation
This commit is contained in:
parent
3ad04a0f39
commit
d0907decce
@ -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.
|
||||
|
@ -5834,6 +5834,8 @@ N - индекс столбца начиная с 1. N должно быть к
|
||||
===hasColumnInTable('database', 'table', 'column')===
|
||||
Принимает константные строки - имя базы данных, имя таблицы и название столбца. Возвращает константное выражение типа UInt8, равное 1,
|
||||
если есть столбец, иначе 0.
|
||||
Функция кидает исключение, если таблица не существует.
|
||||
Для элементов вложенной структуры данных функция проверяет сушествование столбца. Для самой же вложенной структуры данных функция возвращает 0.
|
||||
|
||||
===bar===
|
||||
Позволяет построить unicode-art диаграмму.
|
||||
|
Loading…
Reference in New Issue
Block a user