[fix] remove some internal urls and emails

This commit is contained in:
obdev
2023-03-17 20:55:23 +08:00
committed by ob-robot
parent e386747097
commit 8ce2f275c4
647 changed files with 905 additions and 905 deletions

View File

@ -28,7 +28,7 @@ namespace sql
// (e.g.: ObExprMul::calc). ObDatum can not do this, because ObDatum's memory is binding to ObExpr,
// it always need a ObExpr to do arithmetic evaluation. We must build the needed arithmetic
// expressions in compile time in static typing engine, see: the `linear_inter_expr_` expression of
// https://code.aone.alibaba-inc.com/oceanbase/oceanbase/codereview/3278690 commit. It is hard
//
// to use, we need a convenient way to do runtime ObDatum arithmetic evaluation.
//
// Usage: