MySQL 9.0.0
Source Code Documentation
finalize_plan.h File Reference

Go to the source code of this file.

Typedefs

using Func_ptr_array = Mem_root_array< Func_ptr >
 

Functions

bool FinalizePlanForQueryBlock (THD *thd, Query_block *query_block, AccessPath *root_path)
 
void ReplaceOrderItemsWithTempTableFields (THD *thd, ORDER *order, const Func_ptr_array &items_to_copy)
 

Typedef Documentation

◆ Func_ptr_array

Function Documentation

◆ FinalizePlanForQueryBlock()

bool FinalizePlanForQueryBlock ( THD thd,
Query_block query_block,
AccessPath root_path 
)

◆ ReplaceOrderItemsWithTempTableFields()

void ReplaceOrderItemsWithTempTableFields ( THD thd,
ORDER order,
const Func_ptr_array items_to_copy 
)