OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Executor::JoinHashTableOrError Struct Reference
+ Collaboration diagram for Executor::JoinHashTableOrError:

Public Attributes

std::shared_ptr< HashJoinhash_table
 
std::string fail_reason
 

Detailed Description

Definition at line 1235 of file Execute.h.

Member Data Documentation

std::string Executor::JoinHashTableOrError::fail_reason

Definition at line 1237 of file Execute.h.

Referenced by Executor::buildCurrentLevelHashTable().

std::shared_ptr<HashJoin> Executor::JoinHashTableOrError::hash_table

Definition at line 1236 of file Execute.h.

Referenced by Executor::buildCurrentLevelHashTable().


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