fix some typo error
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user