remove developer's work email address

This commit is contained in:
obdev
2023-01-28 18:38:34 +08:00
committed by ob-robot
parent 10b85bdc42
commit 8376705cbd
17 changed files with 1 additions and 40 deletions

View File

@ -8,8 +8,6 @@
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PubL v1 for more details.
* Authors:
* weiyouchao.wyc <weiyouchao.wyc@oceanbase.com>
*/

View File

@ -8,8 +8,6 @@
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PubL v1 for more details.
* Authors:
* weiyouchao.wyc <weiyouchao.wyc@oceanbase.com>
*/

View File

@ -8,8 +8,6 @@
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PubL v1 for more details.
* Authors:
* weiyouchao.wyc <weiyouchao.wyc@oceanbase.com>
*/

View File

@ -9,8 +9,6 @@
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PubL v2 for more details.
* This file contains implementation support for the json table abstraction.
* Authors:
* weiyouchao.wyc <weiyouchao.wyc@oceanbase.com>
*/
#define USING_LOG_PREFIX SQL_ENG

View File

@ -9,8 +9,6 @@
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PubL v2 for more details.
* This file contains interface support for the json table abstraction.
* Authors:
* weiyouchao.wyc <weiyouchao.wyc@oceanbase.com>
*/
#ifndef OCEANBASE_BASIC_OB_JSON_TABLE_OP_H_

View File

@ -9,8 +9,6 @@
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PubL v2 for more details.
* This file contains implementation for json_valid.
* Authors:
* wuxingying.wxy@oceanbase.com
*/
#define USING_LOG_PREFIX SQL_ENG

View File

@ -9,8 +9,6 @@
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PubL v2 for more details.
* This file contains implementation for json_valid.
* Authors:
* wuxingying.wxy@oceanbase.com
*/
#ifndef OCEANBASE_SQL_OB_EXPR_IS_JSON_H_

View File

@ -9,8 +9,6 @@
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PubL v2 for more details.
* This file contains implementation for JSON_EQUAL.
* Authors:
* wuxingying.wxy@oceanbase.com
*/
#define USING_LOG_PREFIX SQL_ENG

View File

@ -9,8 +9,6 @@
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PubL v2 for more details.
* This file contains implementation for json_equal.
* Authors:
* wuxingying.wxy@oceanbase.com
*/
#ifndef OCEANBASE_SQL_OB_EXPR_JSON_EQUAL_H_

View File

@ -9,9 +9,6 @@
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PubL v2 for more details.
* This file is for func json_exists.
* ---------------------------------------------------------------------------------------
* Authors:
* wuxingying.wxy@oceanbase.com
*/
#define USING_LOG_PREFIX SQL_ENG
#include "ob_expr_json_exists.h"

View File

@ -8,9 +8,7 @@
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PubL v2 for more details.
* This file contains implementation for json_valid.
* Authors:
* wuxingying.wxy@oceanbase.com
* This file contains implementation for json_exists.
*/
#ifndef OCEANBASE_SRC_SQL_ENGINE_EXPR_OB_EXPR_JSON_EXISTS_H

View File

@ -9,10 +9,6 @@
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PubL v2 for more details.
* This file is for func json_query.
* * ---------------------------------------------------------------------------------------
* Authors:
* chuanyan.wf <chuanyan.wf@oceanbase.com>
* ---------------------------------------------------------------------------------------
*/
#define USING_LOG_PREFIX SQL_ENG

View File

@ -9,10 +9,6 @@
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PubL v2 for more details.
* This file is for func json_query.
* * ---------------------------------------------------------------------------------------
* Authors:
* chuanyan.wf <chuanyan.wf@oceanbase.com>
* ---------------------------------------------------------------------------------------
*/
#ifndef OCEANBASE_SRC_SQL_ENGINE_EXPR_OB_EXPR_JSON_QUERY_H

View File

@ -9,8 +9,6 @@
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PubL v2 for more details.
* This file contains implementation of treat.
* Authors:
* aozeliu.azl@oceanbase.com
*/
#define USING_LOG_PREFIX SQL_ENG

View File

@ -9,8 +9,6 @@
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PubL v2 for more details.
* This file contains declare of the treat.
* Authors:
* aozeliu.azl@oceanbase.com
*/
#ifndef OCEANBASE_SQL_OB_EXPR_TREAT_H_

View File

@ -9,8 +9,6 @@
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PubL v2 for more details.
* This file contains implementation support for the log json table abstraction.
* Authors:
* weiyouchao.wyc <weiyouchao.wyc@oceanbase.com>
*/
#define USING_LOG_PREFIX SQL_OPT

View File

@ -9,8 +9,6 @@
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PubL v2 for more details.
* This file contains implementation support for the log json table abstraction.
* Authors:
* weiyouchao.wyc <weiyouchao.wyc@oceanbase.com>
*/
#ifndef _OB_LOG_JSON_TABLE_H