Type Definition sql_ops::join::HtEntry

source · []
pub type HtEntry<K, V> = Tuple<K, V>;
Expand description

A hash table entry in the C/C++ implementation.

Note that the struct’s layout must be kept in sync with its counterpart in C/C++.