Skip to content

Executable user defined functions#28803

Merged
kitaisreal merged 11 commits intoClickHouse:masterfrom
kitaisreal:executable-user-defined-functions
Sep 20, 2021
Merged

Executable user defined functions#28803
kitaisreal merged 11 commits intoClickHouse:masterfrom
kitaisreal:executable-user-defined-functions

Conversation

@kitaisreal
Copy link
Contributor

@kitaisreal kitaisreal commented Sep 9, 2021

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

Closes #11.

Changelog category (leave one):

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Added executable user defined functions

@robot-clickhouse robot-clickhouse added doc-alert pr-feature Pull request with new product feature labels Sep 9, 2021
@kitaisreal kitaisreal force-pushed the executable-user-defined-functions branch 2 times, most recently from 8226f38 to 7667451 Compare September 10, 2021 10:07
@kitaisreal kitaisreal force-pushed the executable-user-defined-functions branch 2 times, most recently from e55f8de to 3f19193 Compare September 13, 2021 14:47
@kitaisreal kitaisreal mentioned this pull request Sep 15, 2021
@kitaisreal kitaisreal force-pushed the executable-user-defined-functions branch from 3f19193 to be2495f Compare September 15, 2021 20:52
@kitaisreal kitaisreal self-assigned this Sep 15, 2021
@kitaisreal kitaisreal force-pushed the executable-user-defined-functions branch from f1b6b91 to 784a4a3 Compare September 17, 2021 15:43
@kitaisreal kitaisreal merged commit c208867 into ClickHouse:master Sep 20, 2021
@sevirov
Copy link
Contributor

sevirov commented Sep 20, 2021

Internal documentation ticket: DOCSUP-15139


std::shared_ptr<const IExternalLoadable> clone() const override
{
std::cerr << "UserDefinedExecutableFunction::clone " << this << std::endl;
Copy link
Member

Choose a reason for hiding this comment

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

Debug message left

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-feature Pull request with new product feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UDF support

4 participants