Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Metz
oceanbase
提交
dce23aca
O
oceanbase
项目概览
Metz
/
oceanbase
与 Fork 源项目一致
Fork自
oceanbase / oceanbase
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
O
oceanbase
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
dce23aca
编写于
7月 05, 2022
作者:
O
obdev
提交者:
wangzelin.wzl
7月 05, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Remove GUN GPLv2 declarations.
上级
ae985635
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
58 addition
and
82 deletion
+58
-82
src/sql/engine/expr/ob_expr_any_value.cpp
src/sql/engine/expr/ob_expr_any_value.cpp
+10
-14
src/sql/engine/expr/ob_expr_any_value.h
src/sql/engine/expr/ob_expr_any_value.h
+10
-14
src/sql/engine/expr/ob_expr_uuid_short.cpp
src/sql/engine/expr/ob_expr_uuid_short.cpp
+10
-14
src/sql/engine/expr/ob_expr_uuid_short.h
src/sql/engine/expr/ob_expr_uuid_short.h
+10
-14
src/sql/resolver/dml/ob_any_value_checker.cpp
src/sql/resolver/dml/ob_any_value_checker.cpp
+9
-13
src/sql/resolver/dml/ob_any_value_checker.h
src/sql/resolver/dml/ob_any_value_checker.h
+9
-13
未找到文件。
src/sql/engine/expr/ob_expr_any_value.cpp
浏览文件 @
dce23aca
/*
/**
* Copyright 2014-2021 Alibaba Inc. All Rights Reserved.
* Copyright (c) 2021 OceanBase
*
* OceanBase CE is licensed under Mulan PubL v2.
* This program is free software; you can redistribute it and/or
* You can use this software according to the terms and conditions of the Mulan PubL v2.
* modify it under the terms of the GNU General Public License
* You may obtain a copy of Mulan PubL v2 at:
* version 2 as published by the Free Software Foundation.
* http://license.coscl.org.cn/MulanPubL-2.0
*
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* ob_expr_any_value.cpp is for any_value function
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
*
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* Date: 2021/7/9
* See the Mulan PubL v2 for more details.
*
* Authors:
* ailing.lcq<ailing.lcq@alibaba-inc.com>
*
*/
*/
#include "sql/engine/expr/ob_expr_any_value.h"
#include "sql/engine/expr/ob_expr_any_value.h"
...
...
src/sql/engine/expr/ob_expr_any_value.h
浏览文件 @
dce23aca
/*
/**
* Copyright 2014-2021 Alibaba Inc. All Rights Reserved.
* Copyright (c) 2021 OceanBase
*
* OceanBase CE is licensed under Mulan PubL v2.
* This program is free software; you can redistribute it and/or
* You can use this software according to the terms and conditions of the Mulan PubL v2.
* modify it under the terms of the GNU General Public License
* You may obtain a copy of Mulan PubL v2 at:
* version 2 as published by the Free Software Foundation.
* http://license.coscl.org.cn/MulanPubL-2.0
*
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* ob_expr_any_value.h is for any_value function
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
*
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* Date: 2021/7/9
* See the Mulan PubL v2 for more details.
*
* Authors:
* ailing.lcq<ailing.lcq@alibaba-inc.com>
*
*/
*/
#ifndef _OB_EXPR_ANY_VALUE_H_
#ifndef _OB_EXPR_ANY_VALUE_H_
#define _OB_EXPR_ANY_VALUE_H_
#define _OB_EXPR_ANY_VALUE_H_
...
...
src/sql/engine/expr/ob_expr_uuid_short.cpp
浏览文件 @
dce23aca
/*
/**
* Copyright 2014-2021 Alibaba Inc. All Rights Reserved.
* Copyright (c) 2021 OceanBase
*
* OceanBase CE is licensed under Mulan PubL v2.
* This program is free software; you can redistribute it and/or
* You can use this software according to the terms and conditions of the Mulan PubL v2.
* modify it under the terms of the GNU General Public License
* You may obtain a copy of Mulan PubL v2 at:
* version 2 as published by the Free Software Foundation.
* http://license.coscl.org.cn/MulanPubL-2.0
*
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* ob_expr_uuid_short.cpp is for uuid_short function
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
*
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* Date: 2021/8/20
* See the Mulan PubL v2 for more details.
*
* Authors:
* ailing.lcq<ailing.lcq@alibaba-inc.com>
*
*/
*/
#define USING_LOG_PREFIX SQL_RESV
#define USING_LOG_PREFIX SQL_RESV
#include "sql/engine/expr/ob_expr_uuid_short.h"
#include "sql/engine/expr/ob_expr_uuid_short.h"
...
...
src/sql/engine/expr/ob_expr_uuid_short.h
浏览文件 @
dce23aca
/*
/**
* Copyright 2014-2021 Alibaba Inc. All Rights Reserved.
* Copyright (c) 2021 OceanBase
*
* OceanBase CE is licensed under Mulan PubL v2.
* This program is free software; you can redistribute it and/or
* You can use this software according to the terms and conditions of the Mulan PubL v2.
* modify it under the terms of the GNU General Public License
* You may obtain a copy of Mulan PubL v2 at:
* version 2 as published by the Free Software Foundation.
* http://license.coscl.org.cn/MulanPubL-2.0
*
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* ob_expr_uuid_short.h is for uuid_short function
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
*
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* Date: 2021/8/20
* See the Mulan PubL v2 for more details.
*
* Authors:
* ailing.lcq<ailing.lcq@alibaba-inc.com>
*
*/
*/
#ifndef _OB_EXPR_UUID_SHORT_H_
#ifndef _OB_EXPR_UUID_SHORT_H_
#define _OB_EXPR_UUID_SHORT_H_
#define _OB_EXPR_UUID_SHORT_H_
...
...
src/sql/resolver/dml/ob_any_value_checker.cpp
浏览文件 @
dce23aca
/**
/**
* Copyright 2014-2021 Alibaba Inc. All Rights Reserved.
* Copyright (c) 2021 OceanBase
*
* OceanBase CE is licensed under Mulan PubL v2.
* This program is free software; you can redistribute it and/or
* You can use this software according to the terms and conditions of the Mulan PubL v2.
* modify it under the terms of the GNU General Public License
* You may obtain a copy of Mulan PubL v2 at:
* version 2 as published by the Free Software Foundation.
* http://license.coscl.org.cn/MulanPubL-2.0
*
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
*
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* Date: 2021/07/14
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
*
* See the Mulan PubL v2 for more details.
* ob_any_value_checker.h is for checking any_value expr in mysql's only_full_group_by mode compatible
*
* Authors:
* ailing.lcq<ailing.lcq@alibaba-inc.com>
*/
*/
#define USING_LOG_PREFIX SQL_RESV
#define USING_LOG_PREFIX SQL_RESV
#include "sql/resolver/dml/ob_any_value_checker.h"
#include "sql/resolver/dml/ob_any_value_checker.h"
...
...
src/sql/resolver/dml/ob_any_value_checker.h
浏览文件 @
dce23aca
/**
/**
* Copyright 2014-2021 Alibaba Inc. All Rights Reserved.
* Copyright (c) 2021 OceanBase
*
* OceanBase CE is licensed under Mulan PubL v2.
* This program is free software; you can redistribute it and/or
* You can use this software according to the terms and conditions of the Mulan PubL v2.
* modify it under the terms of the GNU General Public License
* You may obtain a copy of Mulan PubL v2 at:
* version 2 as published by the Free Software Foundation.
* http://license.coscl.org.cn/MulanPubL-2.0
*
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
*
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* Date: 2021/07/14
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
*
* See the Mulan PubL v2 for more details.
* ob_any_value_checker.h is for checking any_value expr in mysql's only_full_group_by mode compatible
*
* Authors:
* ailing.lcq<ailing.lcq@alibaba-inc.com>
*/
*/
#ifndef OCEANBASE_SRC_SQL_RESOLVER_DML_OB_ANY_VALUE_CHECKER_H_
#ifndef OCEANBASE_SRC_SQL_RESOLVER_DML_OB_ANY_VALUE_CHECKER_H_
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录