|
iceberg-cpp
|
Transparent equality functor for PartitionKey with heterogeneous lookup support. More...
#include <partition_value_util.h>
Public Types | |
| using | is_transparent = void |
Public Member Functions | |
| bool | operator() (const PartitionKey &lhs, const PartitionKey &rhs) const |
| bool | operator() (const PartitionKey &lhs, const PartitionKeyRef &rhs) const |
| bool | operator() (const PartitionKeyRef &lhs, const PartitionKey &rhs) const |
| bool | operator() (const PartitionKeyRef &lhs, const PartitionKeyRef &rhs) const |
Transparent equality functor for PartitionKey with heterogeneous lookup support.