Raw TaQL parse tree node defining a join operation. More...
#include <TaQLNodeDer.h>
Public Member Functions | |
TaQLJoinNodeRep (const TaQLMultiNode &tables, const TaQLNode &condition) | |
virtual | ~TaQLJoinNodeRep () |
virtual TaQLNodeResult | visit (TaQLNodeVisitor &) const |
Visit a node for tree traversal. | |
virtual void | show (std::ostream &os) const |
Print the object in an ostream. | |
virtual void | save (AipsIO &aio) const |
Save the object. | |
Static Public Member Functions | |
static TaQLJoinNodeRep * | restore (AipsIO &aio) |
Public Attributes | |
TaQLMultiNode | itsTables |
TaQLNode | itsCondition |
Raw TaQL parse tree node defining a join operation.
Internal
This class is a TaQLNodeRep holding the expressions of a join operation. This is, however, a placeholder and not implemented yet.
Definition at line 396 of file TaQLNodeDer.h.
casacore::TaQLJoinNodeRep::TaQLJoinNodeRep | ( | const TaQLMultiNode & | tables, | |
const TaQLNode & | condition | |||
) |
virtual casacore::TaQLJoinNodeRep::~TaQLJoinNodeRep | ( | ) | [virtual] |
static TaQLJoinNodeRep* casacore::TaQLJoinNodeRep::restore | ( | AipsIO & | aio | ) | [static] |
virtual void casacore::TaQLJoinNodeRep::save | ( | AipsIO & | aio | ) | const [virtual] |
Save the object.
Implements casacore::TaQLNodeRep.
virtual void casacore::TaQLJoinNodeRep::show | ( | std::ostream & | os | ) | const [virtual] |
Print the object in an ostream.
Implements casacore::TaQLNodeRep.
virtual TaQLNodeResult casacore::TaQLJoinNodeRep::visit | ( | TaQLNodeVisitor & | ) | const [virtual] |
Visit a node for tree traversal.
Implements casacore::TaQLNodeRep.
Definition at line 407 of file TaQLNodeDer.h.
Definition at line 406 of file TaQLNodeDer.h.