[CP] enhance GTT
This commit is contained in:
@ -332,6 +332,7 @@
|
||||
#include "ob_expr_uniform.h"
|
||||
#include "ob_expr_prefix_pattern.h"
|
||||
#include "ob_expr_initcap.h"
|
||||
#include "ob_expr_temp_table_ssid.h"
|
||||
|
||||
namespace oceanbase
|
||||
{
|
||||
@ -1033,8 +1034,8 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
|
||||
ObExprUpdateXml::eval_update_xml, /* 603 */
|
||||
ObExprJoinFilter::eval_range_filter, /* 604 */
|
||||
ObExprJoinFilter::eval_in_filter, /* 605 */
|
||||
ObExprCurrentScn::eval_current_scn /* 606 */
|
||||
//ObExprTempTableSSID::calc_temp_table_ssid, /* 607 */
|
||||
ObExprCurrentScn::eval_current_scn, /* 606 */
|
||||
ObExprTempTableSSID::calc_temp_table_ssid, /* 607 */
|
||||
};
|
||||
|
||||
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {
|
||||
|
||||
Reference in New Issue
Block a user