Go to the source code of this file.
Classes | |
struct | LhxPartition |
Classes to manage hash join partitions in memory and on disk. More... | |
class | LhxPartitionWriter |
class | LhxPartitionReader |
struct | LhxPartitionInfo |
class | LhxPlan |
Enumerations | |
enum | LhxPartitionState { PartitionUnderflow, PartitionEndOfData } |
enum LhxPartitionState |
Definition at line 176 of file LhxPartition.h.
00176 { 00177 PartitionUnderflow, PartitionEndOfData 00178 };