fix some typo error

This commit is contained in:
obdev
2023-09-08 12:35:44 +08:00
committed by ob-robot
parent 23e5e34042
commit ca21045824
21 changed files with 86 additions and 86 deletions

View File

@ -408,7 +408,7 @@ public:
const ObDataType *column_types,
int64_t type_count,
const bool *exprs_not_null_flag,
const int64_t *pl_integer_rangs,
const int64_t *pl_integer_ranges,
bool is_bulk = false,
bool is_forall = false,
bool is_type_record = false,
@ -424,7 +424,7 @@ public:
const ObDataType *column_types,
int64_t type_count,
const bool *exprs_not_null_flag,
const int64_t *pl_integer_rangs,
const int64_t *pl_integer_ranges,
bool is_bulk = false,
bool is_returning = false,
bool is_type_record = false);
@ -504,7 +504,7 @@ public:
const ObDataType *column_types,
int64_t type_count,
const bool *exprs_not_null_flag,
const int64_t *pl_integer_rangs,
const int64_t *pl_integer_ranges,
bool is_bulk,
int64_t limit,
const ObDataType *return_types,
@ -527,7 +527,7 @@ public:
static int spi_extend_collection(pl::ObPLExecCtx *ctx,
const ObSqlExpression *collection_expr,
int64_t coluln_count,
int64_t column_count,
const ObSqlExpression *n_expr,
const ObSqlExpression *i_expr = NULL,
uint64_t package_id = OB_INVALID_ID);
@ -791,7 +791,7 @@ private:
const ObDataType *column_types,
int64_t type_count,
const bool *exprs_not_null_flag,
const int64_t *pl_integer_rangs,
const int64_t *pl_integer_ranges,
int64_t is_bulk,
bool is_forall = false,
bool is_type_record = false,