Skip to content

Commit

Permalink
fix: udf fix for oom (#25403)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
aspicer and github-actions[bot] authored Oct 8, 2024
1 parent 97ac130 commit fbfa70c
Show file tree
Hide file tree
Showing 19 changed files with 803 additions and 3,667 deletions.
16 changes: 8 additions & 8 deletions docker/clickhouse/user_defined_function.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<functions>
<function>
<type>executable</type>
<type>executable_pool</type>
<name>aggregate_funnel</name>
<return_type>Array(Tuple(Int8, Nullable(String), Array(Float64), Array(Array(UUID))))</return_type>
<return_name>result</return_name>
Expand Down Expand Up @@ -34,7 +34,7 @@
</function>

<function>
<type>executable</type>
<type>executable_pool</type>
<name>aggregate_funnel_cohort</name>
<return_type>Array(Tuple(Int8, UInt64, Array(Float64), Array(Array(UUID))))</return_type>
<return_name>result</return_name>
Expand Down Expand Up @@ -68,7 +68,7 @@
</function>

<function>
<type>executable</type>
<type>executable_pool</type>
<name>aggregate_funnel_array</name>
<return_type>Array(Tuple(Int8, Array(String), Array(Float64), Array(Array(UUID))))</return_type>
<return_name>result</return_name>
Expand Down Expand Up @@ -102,7 +102,7 @@
</function>

<function>
<type>executable</type>
<type>executable_pool</type>
<name>aggregate_funnel_test</name>
<return_type>String</return_type>
<return_name>result</return_name>
Expand Down Expand Up @@ -136,7 +136,7 @@
</function>

<function>
<type>executable</type>
<type>executable_pool</type>
<name>aggregate_funnel_trends</name>
<return_type>Array(Tuple(DateTime, Int8, Nullable(String)))</return_type>
<return_name>result</return_name>
Expand Down Expand Up @@ -178,7 +178,7 @@
</function>

<function>
<type>executable</type>
<type>executable_pool</type>
<name>aggregate_funnel_array_trends</name>
<!-- Return type for trends is a start interval time, a success flag (1 or -1), and a breakdown value -->
<return_type>Array(Tuple(DateTime, Int8, Array(String)))</return_type>
Expand Down Expand Up @@ -217,7 +217,7 @@
</function>

<function>
<type>executable</type>
<type>executable_pool</type>
<name>aggregate_funnel_cohort_trends</name>
<!-- Return type for trends is a start interval time, a success flag (1 or -1), and a breakdown value -->
<return_type>Array(Tuple(DateTime, Int8, UInt64))</return_type>
Expand Down Expand Up @@ -256,7 +256,7 @@
</function>

<function>
<type>executable</type>
<type>executable_pool</type>
<name>aggregate_funnel_array_trends_test</name>
<return_type>String</return_type>
<return_name>result</return_name>
Expand Down
Loading

0 comments on commit fbfa70c

Please sign in to comment.