96c4471b4a
[feature](udf) udf array/map support decimal and update doc ( #23560 )
...
* update
* decimal
* update table name
* remove log
* add log
2023-08-31 07:44:18 +08:00
768088c95e
[refactor](udaf) refactor call udaf function and support map type in return ( #22508 )
2023-08-09 22:44:07 +08:00
ddd90855a9
[vectorized](udaf) java udaf support with map type ( #22397 )
...
[vectorized](udaf) java udaf support with map type (#22397 )
* test
* remove some unused
* update
* add case
2023-08-02 15:03:44 +08:00
47c2cc5c74
[vectorized](udf) java udf support with return map type ( #22300 )
2023-07-29 12:52:27 +08:00
0f439bb1ca
[vectorized](udf) java udf support map type ( #22059 )
2023-07-25 11:56:20 +08:00
ee34b6de2d
[Refact] (serde) refact mysql serde with data type ( #19543 )
...
refact mysql output (de)serialize with data type serde , avoid accoriding switch case Primitive type writed in mysqlWriter
2023-05-26 14:11:17 +08:00
002c76e06f
[vectorized](udaf) support udaf function work with window function ( #19962 )
2023-05-25 14:38:47 +08:00
99427d409d
[vectorized](udaf) fix java-udaf case is unstable with fuzzy mode #18146
...
he udaf case is unstable reason:
when fuzzy enable_pipeline_engine=true, the case of agg function only 1 instance,
so not merge the default value, but if instance>1, will merge the default value
2023-03-28 09:30:49 +08:00
2a35adbba8
[vectorized](udaf) fix java-udaf case of P0 is unstable ( #18054 )
...
the udaf case is unstable reason:
when enable_pipeline_engine=true, the case of agg function only 1 instance,
so not merge the default value, but if instance>1, will merge the default value
2023-03-24 09:10:58 +08:00
4ef46159ae
[vectorized](udaf) support array type for java-udaf ( #17351 )
2023-03-09 11:30:07 +08:00
5291f14aff
[vectorized](udf) java udf support array type ( #16841 )
2023-02-20 10:00:25 +08:00
af5dc7565e
[bug](udf) fix udf return type of decimal check scale must is 9 ( #16497 )
2023-02-14 10:53:53 +08:00
b50448d5c4
[vectorized](udaf) fix udaf result is null when has multiple aggs ( #15554 )
2023-01-03 16:03:43 +08:00
1713af6cd6
[test](java udf)add new java udf case ( #14653 )
2022-11-29 16:43:53 +08:00
df622d8b7d
[Bug](udf) fix java-udaf process string type error and add some tests ( #14106 )
2022-11-10 09:30:57 +08:00
1c2532b9dc
[Bug](udf) Make UDF's type always nullable ( #14002 )
2022-11-07 20:51:31 +08:00
1724faf9a5
[test](java-udf)add java udf RegressionTest about the currently supported data types #13972
2022-11-05 19:25:58 +08:00
0a228a68d6
[Improvement](javaudf) support different date argument for date/datetime type ( #13920 )
2022-11-03 20:33:20 +08:00
287a739510
[javaudf](string) Fix string format in java udf ( #13854 )
2022-11-01 21:25:12 +08:00
3f964ad5a8
[Regression](javaudf) add regression test for javaudf ( #13266 )
2022-10-18 12:48:57 +08:00