OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
anonymous_namespace{RelAlgExecutionDescriptor.cpp}::MatchBody Struct Reference

Public Member Functions

bool operator() (std::unique_ptr< RaExecutionDesc > const &desc) const
 

Public Attributes

unsigned const body_id_
 

Detailed Description

Definition at line 453 of file RelAlgExecutionDescriptor.cpp.

Member Function Documentation

bool anonymous_namespace{RelAlgExecutionDescriptor.cpp}::MatchBody::operator() ( std::unique_ptr< RaExecutionDesc > const &  desc) const
inline

Definition at line 455 of file RelAlgExecutionDescriptor.cpp.

455  {
456  return desc->getBody()->getId() == body_id_;
457  }

Member Data Documentation

unsigned const anonymous_namespace{RelAlgExecutionDescriptor.cpp}::MatchBody::body_id_

Definition at line 454 of file RelAlgExecutionDescriptor.cpp.


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