OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HashTable.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DecodedJoinHashBufferEntry
 
class  HashTableEntryInfo
 
class  HashTable
 

Typedefs

using DecodedJoinHashBufferSet = std::set< DecodedJoinHashBufferEntry >
 

Enumerations

enum  HashType : int { HashType::OneToOne, HashType::OneToMany, HashType::ManyToMany }
 

Typedef Documentation

Definition at line 72 of file HashTable.h.

Enumeration Type Documentation

enum HashType : int
strong
Enumerator
OneToOne 
OneToMany 
ManyToMany 

Definition at line 19 of file HashTable.h.