MySQL 9.0.0
Source Code Documentation
MaterializePathParameters::Operand Struct Reference

#include <materialize_path_parameters.h>

Public Attributes

AccessPathsubquery_path
 
int select_number
 
JOINjoin
 
bool disable_deduplication_by_hash_field
 
bool copy_items
 
Temp_table_paramtemp_table_param
 
bool is_recursive_reference
 
uint m_first_distinct {0}
 The block no is the first to be materialized with DISTINCT: for EXCEPT set operation in a materialization for EXCEPT. More...
 
uint m_operand_idx {0}
 The index of this block number. More...
 
uint m_total_operands {0}
 The number of materialized blocks, i.e. set operands. More...
 

Member Data Documentation

◆ copy_items

bool MaterializePathParameters::Operand::copy_items

◆ disable_deduplication_by_hash_field

bool MaterializePathParameters::Operand::disable_deduplication_by_hash_field

◆ is_recursive_reference

bool MaterializePathParameters::Operand::is_recursive_reference

◆ join

JOIN* MaterializePathParameters::Operand::join

◆ m_first_distinct

uint MaterializePathParameters::Operand::m_first_distinct {0}

The block no is the first to be materialized with DISTINCT: for EXCEPT set operation in a materialization for EXCEPT.

◆ m_operand_idx

uint MaterializePathParameters::Operand::m_operand_idx {0}

The index of this block number.

◆ m_total_operands

uint MaterializePathParameters::Operand::m_total_operands {0}

The number of materialized blocks, i.e. set operands.

◆ select_number

int MaterializePathParameters::Operand::select_number

◆ subquery_path

AccessPath* MaterializePathParameters::Operand::subquery_path

◆ temp_table_param

Temp_table_param* MaterializePathParameters::Operand::temp_table_param

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