CUBRID Engine
latest
|
#include <query_hash_scan.h>
Public Attributes | |
int | val_count |
bool | free_values |
db_value ** | values |
Definition at line 73 of file query_hash_scan.h.
bool hash_scan_key::free_values |
Definition at line 76 of file query_hash_scan.h.
Referenced by qdata_alloc_hscan_key(), qdata_build_hscan_key(), qdata_copy_hscan_key(), and qdata_free_hscan_key().
int hash_scan_key::val_count |
Definition at line 75 of file query_hash_scan.h.
Referenced by qdata_alloc_hscan_key(), qdata_build_hscan_key(), qdata_copy_hscan_key(), qdata_copy_hscan_key_without_alloc(), qdata_hash_scan_key(), qdata_hscan_key_compare(), and scan_close_scan().
db_value** hash_scan_key::values |
Definition at line 77 of file query_hash_scan.h.
Referenced by qdata_alloc_hscan_key(), qdata_build_hscan_key(), qdata_copy_hscan_key(), qdata_copy_hscan_key_without_alloc(), qdata_free_hscan_key(), qdata_hash_scan_key(), and qdata_hscan_key_compare().