fix typos: colume -> column (#1176)
Signed-off-by: yike21 <yike21@qq.com> Signed-off-by: yike21 <yike21@qq.com>
This commit is contained in:
@ -924,7 +924,7 @@ int ObSelectStmtPrinter::print_cte_define_title(TableItem* cte_table)
|
||||
PRINT_TABLE_NAME(cte_table);
|
||||
if (OB_ISNULL(cte_table->node_->children_[1]) && (TableItem::RECURSIVE_CTE == cte_table->cte_type_)) {
|
||||
ret = OB_ERR_UNEXPECTED;
|
||||
LOG_WARN("the recursive cte must have the colume definition", K(ret));
|
||||
LOG_WARN("the recursive cte must have the column definition", K(ret));
|
||||
} else if (OB_NOT_NULL(cte_table->node_->children_[1])) {
|
||||
DATA_PRINTF("(");
|
||||
sub_select_stmt = cte_table->ref_query_;
|
||||
|
||||
@ -15312,7 +15312,7 @@ column is defined as column := column_name | extension name | extension
|
||||
- AUTO : Oracle determines the columns to collect histograms based on data distribution and the workload of the columns
|
||||
- SKEWONLY : Oracle determines the columns to collect histograms based on the data distribution of the columns
|
||||
- column_name : name of a column
|
||||
- extension : can be either a column group in the format of (column_name, colume_name [, ...]) or an expression
|
||||
- extension : can be either a column group in the format of (column_name, column_name [, ...]) or an expression
|
||||
The default is FOR ALL COLUMNS SIZE AUTO.
|
||||
https://blogs.oracle.com/optimizer/how-does-the-methodopt-parameter-work
|
||||
******************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user