Uh oh!
There was an error while loading. Please reload this page.
[Vectorized][UDF] support java-udaf - #9930
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
morningman
commented
Jun 2, 2022
Hi @zhangstar333 , could you explain more about what does this PR do? |
fe08c70 to
47a1392CompareHappenLee
commented
Jun 4, 2022
need also modify the doc,please |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
5ad7c4b to
86cfb01CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rebase to master fix formatter error refactor add function change some code according review add doc file about java-udaf refactor serialize and deserialize function
remove test log change init_udaf to create function be formatter change to trigger be test remove first_init variable
PR approved by at least one committer and no changes requested. |
Proposed changes
Issue Number: close#8389
Problem Summary:
This feature is used to support Java udaf. Users can create aggregate functions by self,
For example, we create Java udaf function by code below.
file: indicate where user file is.
symbol: for java udaf means udaf class in this jar.
type: indicate this function is a java udf.
Users may have some necessary conditions
when implementing aggregate functions by self,
for example:
Checklist(Required)
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...