MySQL 9.7.0
Source Code Documentation
anonymous_namespace{join_optimizer.cc}::CostingReceiver::MakeMaterializePathResult Struct Reference

Return type for MakeMaterializePath. More...

Public Attributes

AccessPathpath = nullptr
 The created MATERIALIZE access path, or nullptr if none was created because the input path will always be empty. More...
 
const char * always_empty_cause = nullptr
 The reason why the input path is always empty, or nullptr if it is not always empty. More...
 

Detailed Description

Return type for MakeMaterializePath.

Member Data Documentation

◆ always_empty_cause

const char* anonymous_namespace{join_optimizer.cc}::CostingReceiver::MakeMaterializePathResult::always_empty_cause = nullptr

The reason why the input path is always empty, or nullptr if it is not always empty.

◆ path

AccessPath* anonymous_namespace{join_optimizer.cc}::CostingReceiver::MakeMaterializePathResult::path = nullptr

The created MATERIALIZE access path, or nullptr if none was created because the input path will always be empty.


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