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

Public Member Functions

bool operator() (std::shared_ptr< Analyzer::Expr > const &qual)
 

Detailed Description

Definition at line 28 of file QueryPlanDagExtractor.cpp.

Member Function Documentation

bool anonymous_namespace{QueryPlanDagExtractor.cpp}::IsEquivBinOp::operator() ( std::shared_ptr< Analyzer::Expr > const &  qual)
inline

Definition at line 29 of file QueryPlanDagExtractor.cpp.

References IS_EQUIVALENCE.

29  {
30  if (auto oper = std::dynamic_pointer_cast<const Analyzer::BinOper>(qual)) {
31  return IS_EQUIVALENCE(oper->get_optype());
32  }
33  return false;
34  }
#define IS_EQUIVALENCE(X)
Definition: sqldefs.h:69

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