Go to the source code of this file.
Classes | |
struct | LhxHashInfo |
Information common to all hash execution components: join, aggregate. More... | |
Enumerations | |
enum | LhxHashTrim { HASH_TRIM_NONE, HASH_TRIM_VARCHAR, HASH_TRIM_UNICODE_VARCHAR } |
enum LhxHashTrim |
Definition at line 34 of file LhxHashBase.h.
00035 { 00036 HASH_TRIM_NONE, 00037 HASH_TRIM_VARCHAR, 00038 HASH_TRIM_UNICODE_VARCHAR 00039 };