Multilevel Deduplication Engine (MDE)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
mde::OperationNode Struct Reference

This struct contains the information about the operands of an operation (union, intersection, etc.) More...

#include <mde.hpp>

Public Member Functions

std::string to_string () const
 
bool operator< (const OperationNode &op) const
 
bool operator== (const OperationNode &op) const
 

Public Attributes

IndexValue left
 
IndexValue right
 

Detailed Description

This struct contains the information about the operands of an operation (union, intersection, etc.)

Definition at line 22 of file mde.hpp.

Member Function Documentation

◆ operator<()

bool mde::OperationNode::operator< ( const OperationNode op) const
inline

Definition at line 32 of file mde.hpp.

◆ operator==()

bool mde::OperationNode::operator== ( const OperationNode op) const
inline

Definition at line 36 of file mde.hpp.

◆ to_string()

std::string mde::OperationNode::to_string ( ) const
inline

Definition at line 26 of file mde.hpp.

Referenced by mde::operator<<().

Member Data Documentation

◆ left

IndexValue mde::OperationNode::left

◆ right

IndexValue mde::OperationNode::right

The documentation for this struct was generated from the following file: