#include <AtomicComputationClasses.h>
|
| | ApplyJoin (TupleSpec &output, TupleSpec &lInput, TupleSpec &rInput, TupleSpec &lProjection, TupleSpec &rProjection, std::string nodeName) |
| |
| | ApplyJoin (TupleSpec &output, TupleSpec &lInput, TupleSpec &rInput, TupleSpec &lProjection, TupleSpec &rProjection, std::string nodeName, KeyValueList &useMe) |
| |
| TupleSpec & | getRightProjection () |
| |
| TupleSpec & | getRightInput () |
| |
| std::string | getAtomicComputationType () override |
| |
| AtomicComputationTypeID | getAtomicComputationTypeID () override |
| |
| bool | isTraversed () |
| |
| void | setTraversed (bool traversed) |
| |
| bool | isPartitioningLHS () |
| |
| void | setPartitioningLHS (bool toPartitionLHS) |
| |
std::pair< std::string,
std::string > | findSource (std::string attName, AtomicComputationList &allComps) override |
| |
| virtual | ~AtomicComputation () |
| |
| AtomicComputationPtr | getShared () |
| |
| void | destroyPtr () |
| |
| | AtomicComputation (TupleSpec inputIn, TupleSpec outputIn, TupleSpec projectionIn, std::string computationName) |
| |
std::shared_ptr< std::map
< std::string, std::string > > & | getKeyValuePairs () |
| |
| void | setShared (AtomicComputationPtr meIn) |
| |
| TupleSpec & | getOutput () |
| |
| std::string & | getOutputName () |
| |
| TupleSpec & | getInput () |
| |
| std::string & | getInputName () |
| |
| TupleSpec & | getProjection () |
| |
| std::string & | getComputationName () |
| |
| int | findPosInOutputAtts (std::string &findMe) |
| |
Definition at line 557 of file AtomicComputationClasses.h.
| std::pair<std::string, std::string> ApplyJoin::findSource |
( |
std::string |
attName, |
|
|
AtomicComputationList & |
allComps |
|
) |
| |
|
inlineoverridevirtual |
| std::string ApplyJoin::getAtomicComputationType |
( |
| ) |
|
|
inlineoverridevirtual |
| bool ApplyJoin::isPartitioningLHS |
( |
| ) |
|
|
inline |
| bool ApplyJoin::isTraversed |
( |
| ) |
|
|
inline |
| void ApplyJoin::setPartitioningLHS |
( |
bool |
toPartitionLHS | ) |
|
|
inline |
| void ApplyJoin::setTraversed |
( |
bool |
traversed | ) |
|
|
inline |
| bool ApplyJoin::toPartitionLHS = false |
| bool ApplyJoin::traversed = false |
The documentation for this struct was generated from the following file: