Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dicts in ClickHouse #106

Open
dzarlax opened this issue Jan 29, 2024 · 0 comments
Open

Dicts in ClickHouse #106

dzarlax opened this issue Jan 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dzarlax
Copy link

dzarlax commented Jan 29, 2024

There is a dictionary map mechanism in ClickHouse
https://clickhouse.com/docs/en/sql-reference/functions/ext-dict-functions

It is necessary to add new functions in formula and their implementation in CH connector, depending on the types.

For example:

  • dictGetString
  • dictGetInt64
  • dictGetOrDefault

Related:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants