This website requires JavaScript.
Explore
龙芯爱好者论坛
Help
Register
Sign In
hcq
/
oceanbase
Watch
1
Star
0
Fork
0
You've already forked oceanbase
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
28b6553c74af58352126bf4407a7b4ff3e61de38
oceanbase
/
src
/
sql
/
resolver
/
expr
History
haohao022
28b6553c74
[CP] [to
#55433616
] feat: complete udt dependency mechanism
2024-04-01 04:20:55 +00:00
..
ob_expr_info_flag.h
[CP] to issue<52916428>:fix core when obj access expr as sql fliter expr
2023-11-15 11:10:36 +00:00
ob_expr_relation_analyzer.cpp
[FEAT MERGE] Support external table
2023-04-29 15:11:50 +00:00
ob_expr_relation_analyzer.h
[FEAT MERGE]4_1_sql_feature
2023-01-28 16:01:28 +08:00
ob_raw_expr_copier.cpp
fix copy shared exec param bug
2024-02-07 06:56:08 +00:00
ob_raw_expr_copier.h
fix t_op_row share bug
2024-03-11 03:15:39 +00:00
ob_raw_expr_deduce_type.cpp
[FEAT MERGE] ap perf optimization
2024-03-26 07:51:42 +00:00
ob_raw_expr_deduce_type.h
[FEAT MERGE] Solidify session vars for functional index
2024-02-07 16:44:49 +00:00
ob_raw_expr_info_extractor.cpp
fix core caused by missing const flag
2024-02-20 09:46:17 +00:00
ob_raw_expr_info_extractor.h
[FEAT MERGE]4_1_sql_feature
2023-01-28 16:01:28 +08:00
ob_raw_expr_modify_column_name.cpp
patch 4.0
2022-10-24 17:57:12 +08:00
ob_raw_expr_modify_column_name.h
fix typo
2023-01-11 10:01:00 +08:00
ob_raw_expr_part_expr_checker.cpp
[CP] fix bug: create table xxx partition by xxx should not succeed when part expr with T_OP_REGEXP
2023-01-12 19:02:33 +08:00
ob_raw_expr_part_expr_checker.h
patch 4.0
2022-10-24 17:57:12 +08:00
ob_raw_expr_part_func_checker.cpp
fix mysql compatible bug with partition table
2023-09-11 08:10:37 +00:00
ob_raw_expr_part_func_checker.h
patch 4.0
2022-10-24 17:57:12 +08:00
ob_raw_expr_print_visitor.cpp
patch 4.0
2022-10-24 17:57:12 +08:00
ob_raw_expr_print_visitor.h
patch 4.0
2022-10-24 17:57:12 +08:00
ob_raw_expr_replacer.cpp
fix adjust table info 4016
2023-08-21 11:44:13 +00:00
ob_raw_expr_replacer.h
fix an exec_param and a expr copy_on_replace bugs
2024-02-09 12:25:58 +00:00
ob_raw_expr_resolver_impl.cpp
[CP] [to
#55433616
] feat: complete udt dependency mechanism
2024-04-01 04:20:55 +00:00
ob_raw_expr_resolver_impl.h
[CP] [FEAT MERGE]support dblink udf
2024-03-21 04:45:37 +00:00
ob_raw_expr_resolver.h
patch 4.0
2022-10-24 17:57:12 +08:00
ob_raw_expr_util.cpp
[CP] [to
#53656926
] fix table.col.member_access & table.col.member_func()
2024-03-29 09:21:12 +00:00
ob_raw_expr_util.h
[CP] [FEAT MERGE]support dblink udf
2024-03-21 04:45:37 +00:00
ob_raw_expr_wrap_enum_set.cpp
[CP] Fix wrong merge type between set and char
2024-02-08 12:24:44 +00:00
ob_raw_expr_wrap_enum_set.h
Fix lead/lag window is wrong type calc for the enumset
2023-01-28 20:01:52 +08:00
ob_raw_expr.cpp
[CP] [to
#53656926
] fix table.col.member_access & table.col.member_func()
2024-03-29 09:21:12 +00:00
ob_raw_expr.h
[CP] [to
#53656926
] fix table.col.member_access & table.col.member_func()
2024-03-29 09:21:12 +00:00
ob_shared_expr_resolver.cpp
fix some bugs about NULL propagation
2024-03-26 04:45:58 +00:00
ob_shared_expr_resolver.h
[CP] not considering const expr equal in or/and expr when computing shared expr
2024-02-20 07:16:09 +00:00
README
patch 4.0
2022-10-24 17:57:12 +08:00
README
See `ob_raw_expr_resolver.h' and `ob_raw_expr_canonicalizer.h'for the module interface.