OmniSciDB  c1a53651b2
 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 447 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 449 of file RelAlgExecutionDescriptor.cpp.

449  {
450  return desc->getBody()->getId() == body_id_;
451  }

Member Data Documentation

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

Definition at line 448 of file RelAlgExecutionDescriptor.cpp.


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