![]() |
A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
|
#include "JoinCompBase.h"#include "ComputePlan.h"#include "FilterExecutor.h"#include "HashOneExecutor.h"#include "FlattenExecutor.h"#include "AtomicComputationClasses.h"#include "EqualsLambda.h"#include "AbstractJoinComp.h"#include "Lexer.h"#include "Parser.h"
Include dependency graph for ComputePlan.cc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| pdb | |
Macros | |
| #define | COMPUTE_PLAN_CC |
Functions | |
| bool | pdb::recurse (LogicalPlanPtr myPlan, std::vector< AtomicComputationPtr > &listSoFar, std::string &targetTupleSetName) |
Variables | |
| int | yydebug |
| #define COMPUTE_PLAN_CC |
Definition at line 20 of file ComputePlan.cc.
| int yydebug |