casa
$Rev:20696$
|
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 429 of file TaQLNodeDer.h.
casa::TaQLJoinNodeRep::TaQLJoinNodeRep | ( | const TaQLMultiNode & | tables, |
const TaQLNode & | condition | ||
) | [inline] |
Definition at line 432 of file TaQLNodeDer.h.
virtual casa::TaQLJoinNodeRep::~TaQLJoinNodeRep | ( | ) | [virtual] |
static TaQLJoinNodeRep* casa::TaQLJoinNodeRep::restore | ( | AipsIO & | aio | ) | [static] |
virtual void casa::TaQLJoinNodeRep::save | ( | AipsIO & | aio | ) | const [virtual] |
Save the object.
Implements casa::TaQLNodeRep.
virtual void casa::TaQLJoinNodeRep::show | ( | std::ostream & | os | ) | const [virtual] |
Print the object in an ostream.
Implements casa::TaQLNodeRep.
virtual TaQLNodeResult casa::TaQLJoinNodeRep::visit | ( | TaQLNodeVisitor & | ) | const [virtual] |
Visit a node for tree traversal.
Implements casa::TaQLNodeRep.
Definition at line 442 of file TaQLNodeDer.h.
Definition at line 441 of file TaQLNodeDer.h.