Skip to content

DOCAPI-7695: EN review, RU translation. Functions support for indexes#7045

Merged
alexey-milovidov merged 21 commits intoClickHouse:masterfrom
BayoNet:l10n/DOCAPI-7695-functions-for-indexes
Sep 23, 2019
Merged

DOCAPI-7695: EN review, RU translation. Functions support for indexes#7045
alexey-milovidov merged 21 commits intoClickHouse:masterfrom
BayoNet:l10n/DOCAPI-7695-functions-for-indexes

Conversation

@BayoNet
Copy link
Contributor

@BayoNet BayoNet commented Sep 22, 2019

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Category (leave one):

@BayoNet BayoNet added comp-documentation Documentation. pr-documentation Documentation PRs for the specific code PR labels Sep 22, 2019
@@ -326,7 +326,7 @@ Function (operator) / Index | primary key | minmax | ngrambf_v1 | tokenbf_v1 | b
[like](../../query_language/functions/string_search_functions.md#function-like) | ✔ | ✔ | ✔ | ✗ | ✗
[notLike](../../query_language/functions/string_search_functions.md#function-notlike) | ✔ | ✔ | ✔ | ✔ | ✗
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How notLike can be supported for tokenbf?

[startsWith](../../query_language/functions/string_functions.md#function-startswith) | ✔ | ✔ | ✔ | ✔ | ✗
[endsWith](../../query_language/functions/string_functions.md#function-endswith) | ✗ | ✗ | ✔ | ✔ |
[endsWith](../../query_language/functions/string_functions.md#function-endswith) | ✗ | ✗ | ✔ | ✔ |
[multiSearchAny](../../query_language/functions/string_search_functions.md#function-multisearchany) | ✗ | ✗ | ✔ | ✔ | ✗
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please double check that tokenbf is supported.


#### Поддержка для функций

Условия в секции `WHERE` содержат вызовы функций, оперирующих со столбцами. Если столбец часть индекса, ClickHouse пытается использовать индекс при выполнении функции. ClickHouse поддерживает различные наборы функций, которые могут использоваться функциями.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Too clumsy.

@alexey-milovidov alexey-milovidov merged commit 779648f into ClickHouse:master Sep 23, 2019
@BayoNet BayoNet deleted the l10n/DOCAPI-7695-functions-for-indexes branch September 24, 2019 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp-documentation Documentation. pr-documentation Documentation PRs for the specific code PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants