MySQL 9.1.0
Source Code Documentation
anonymous_namespace{join_optimizer.cc}::RefAccessBuilder::Lookup Struct Referencefinal

Result type for BuildLookup(). More...

Public Attributes

Index_lookupref
 The lookup object for this REF/EQ_REF AccessPath. More...
 
bool null_rejecting_key
 True if the key is null-rejecting. More...
 

Detailed Description

Result type for BuildLookup().

Member Data Documentation

◆ null_rejecting_key

bool anonymous_namespace{join_optimizer.cc}::RefAccessBuilder::Lookup::null_rejecting_key

True if the key is null-rejecting.

◆ ref

Index_lookup* anonymous_namespace{join_optimizer.cc}::RefAccessBuilder::Lookup::ref

The lookup object for this REF/EQ_REF AccessPath.


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