MySQL 9.1.0
Source Code Documentation
anonymous_namespace{join_optimizer.cc}::CostingReceiver::ProposeRefsResult Struct Referencefinal

Return value of ProposeRefs. More...

Public Attributes

bool index_scan {false}
 True if one or more index scans were proposed. More...
 
bool ref_without_parameters {false}
 True if one or more REF access paths not refering other tables were proposed. More...
 

Detailed Description

Return value of ProposeRefs.

Member Data Documentation

◆ index_scan

bool anonymous_namespace{join_optimizer.cc}::CostingReceiver::ProposeRefsResult::index_scan {false}

True if one or more index scans were proposed.

◆ ref_without_parameters

bool anonymous_namespace{join_optimizer.cc}::CostingReceiver::ProposeRefsResult::ref_without_parameters {false}

True if one or more REF access paths not refering other tables were proposed.


The documentation for this struct was generated from the following file: