30 Commits

Author SHA1 Message Date
kejian
4aa0884612 20241114-SNAPSHOT, sync with maste5r 2024-12-10 10:21:19 +08:00
wangshaofei
aa4f8233ee
fix(reasoner): add xor to binaryOpSetTrans (#401) 2024-11-18 15:58:59 +08:00
royzhao
dcb8d47670
feat(openspg): support kag (#372) 2024-10-24 16:24:48 +08:00
wangshaofei
5dc03cb5ce
feat(reasoner): thinker support deduction expression (#369)
Co-authored-by: FishJoy <chengqiang.cq@antgroup.com>
2024-10-18 10:16:21 +08:00
wenchengyao
a7592a639d
fix(reasoner): bugfix of transform ListOpExpr (#328)
Co-authored-by: peilong <peilong.zpl@antgroup.com>
2024-07-23 10:18:08 +08:00
赵培龙
1f087a5a03
fix(reasoner): fix bugs for concept expand & add runtime trace data (#278) 2024-07-01 12:04:13 +08:00
wangshaofei
e211debae1
feat(reasoner): support triple rule in thinker (#243) 2024-05-10 16:03:29 +08:00
FishJoy
0ddc7c9b65
feat(reasoner): add thinker (#231)
Co-authored-by: Donghai <donghai.ydh@antgroup.com>
Co-authored-by: baifuyu <fuyu.bfy@antgroup.com>
Co-authored-by: matthewhyx <152243220+matthewhyx@users.noreply.github.com>
Co-authored-by: chenbin11200 <chenbin11200@users.noreply.github.com>
Co-authored-by: xionghuaidong <huaidong.xhd@antgroup.com>
Co-authored-by: wangshaofei <wangshaofei.wsf@antgroup.com>
Co-authored-by: wenchengyao <45688588+ChengyaoWen@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: peilong <peilong.zpl@antgroup.com>
Co-authored-by: yinghuiCAI <165009342+yinghuiCAI@users.noreply.github.com>
2024-05-07 19:26:58 +08:00
wenchengyao
4bd9d0b73e
feat(reasoner): support ConcatAggIf Udaf (#224)
Co-authored-by: peilong <peilong.zpl@antgroup.com>
2024-04-30 14:06:26 +08:00
wenchengyao
089c40c737
fix(reasoner): fix Expr2Qlexpress (#204) 2024-04-26 16:57:13 +08:00
FishJoy
2ac8fe2261
feat(reasoner): support id equal push down. (#202)
Co-authored-by: Donghai <donghai.ydh@antgroup.com>
2024-04-16 17:51:16 +08:00
FishJoy
28eca52d73
feat(reasoner): support id equal push down. (#201)
Co-authored-by: Donghai <donghai.ydh@antgroup.com>
2024-04-16 14:29:19 +08:00
赵培龙
e177b7c6c9
feat(reasoner): add create node in define block (#191)
Co-authored-by: wenchengyao <wenchengyao.wcy@antgroup.com>
Co-authored-by: FishJoy <chengqiang.cq@antgroup.com>
2024-04-15 20:25:34 +08:00
赵培龙
64dac567b2
fix(reasoner): bugfix for extra used fields in expr (#189) 2024-04-02 10:38:06 +08:00
赵培龙
1982db26ad
fix(reasoner): bugfix for mock data to run (#162)
Co-authored-by: Donghai <donghai.ydh@antgroup.com>
Co-authored-by: FishJoy <chengqiang.cq@antgroup.com>
Co-authored-by: wangshaofei <wangshaofei.wsf@antgroup.com>
2024-04-01 13:25:19 +08:00
wenchengyao
a0f1286439
fix(reasoner): bugfix of ExpandIntoPure (#181)
Co-authored-by: FishJoy <chengqiang.cq@antgroup.com>
Co-authored-by: Donghai <donghai.ydh@antgroup.com>
2024-03-28 19:14:42 +08:00
FishJoy
a0906f61ba
feat(reasoner): optimize the performance of the planner (#182) 2024-03-27 17:27:02 +08:00
Donghai
8c8074f92f
fix(reasoner): fix qlexpress keyword (#164)
Co-authored-by: FishJoy <chengqiang.cq@antgroup.com>
Co-authored-by: peilong <peilong.zpl@antgroup.com>
Co-authored-by: kejian <wangshaofei.wsf@antgroup.com>
2024-03-25 19:51:07 +08:00
FishJoy
3f9fadb22c
fix(reasoner): bugfix in catalog (#173) 2024-03-25 15:47:26 +08:00
wangshaofei
b99849d2b9
feat(reasoner): support remove duplicate (#177)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-25 14:07:51 +08:00
FishJoy
f8f8206b0c
fix(reasoner): bugfix in expandIntoPure (#139) 2024-03-06 19:16:38 +08:00
FishJoy
258b0e7dfb
feat(reasoner): support value type inference in udf (#132)
Co-authored-by: Donghai <donghai.ydh@antgroup.com>
2024-03-05 11:59:50 +08:00
Donghai
1c85965fa9
feat(reasoner): group by concept and write to canvas (#98) 2024-01-31 15:11:18 +08:00
FishJoy
b0911bd345
feat(reasoner): supports full node id pushdown (#101)
Co-authored-by: youdonghai <donghai.ydh@antgroup.com>
2024-01-30 14:08:32 +08:00
baifuyu
042c4e1ed1
chore(license): update license (#88) 2024-01-16 14:38:37 +08:00
FishJoy
f7560c450b
fix(reaonser): mod group in AggregationBlock (#81) 2024-01-11 19:33:04 +08:00
Donghai
92e4209fd2
feat(reasoner): support repeat and optional (#51)
Co-authored-by: kejian <wangshaofei.wsf@alibaba-inc.com>
Co-authored-by: FishJoy <chengqiang.cq@antgroup.com>
Co-authored-by: peilong <peilong.zpl@antgroup.com>
2024-01-10 17:07:19 +08:00
臻至
1b6d45d8a5
feat(reasoner): init openspg catalog (#34) 2023-12-13 15:28:01 +08:00
FishJoy
40a22007e2
feat(reasoner): add lube-api (#32)
* fix: scala style checker

* feat(reasoner): add lube-api.
2023-12-12 19:03:02 +08:00
FishJoy
7f87320689
feat(reasonser): add lube-api (#28) 2023-12-12 15:19:06 +08:00