template<>
struct std::hash< std::pair< const RelAlgNode *, int > >
Definition at line 752 of file RelAlgDag.cpp.
size_t std::hash< std::pair< const RelAlgNode *, int > >::operator() |
( |
const std::pair< const RelAlgNode *, int > & |
input_col | ) |
const |
|
inline |
Definition at line 753 of file RelAlgDag.cpp.
754 auto ptr_val =
reinterpret_cast<const int64_t*
>(&input_col.first);
755 auto h =
static_cast<size_t>(*ptr_val);
756 boost::hash_combine(h, input_col.second);
The documentation for this struct was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/QueryEngine/RelAlgDag.cpp