Raw TaQL parse tree node defining a count command. More...
#include <TaQLNodeDer.h>
Public Member Functions | |
| TaQLCountNodeRep (const TaQLNode &columns, const TaQLMultiNode &tables, const TaQLNode &where) | |
| virtual | ~TaQLCountNodeRep () |
| virtual TaQLNodeResult | visit (TaQLNodeVisitor &) const |
| Visit a node for tree traversal. | |
| virtual void | showDerived (std::ostream &os) const |
| virtual void | save (AipsIO &aio) const |
| Save the object. | |
Static Public Member Functions | |
| static TaQLCountNodeRep * | restore (AipsIO &aio) |
Public Attributes | |
| TaQLNode | itsColumns |
| TaQLMultiNode | itsTables |
| TaQLNode | itsWhere |
Raw TaQL parse tree node defining a count command.
Internal
This class is a TaQLNodeRep holding the parts for a count command.
Definition at line 852 of file TaQLNodeDer.h.
| casacore::TaQLCountNodeRep::TaQLCountNodeRep | ( | const TaQLNode & | columns, | |
| const TaQLMultiNode & | tables, | |||
| const TaQLNode & | where | |||
| ) |
| virtual casacore::TaQLCountNodeRep::~TaQLCountNodeRep | ( | ) | [virtual] |
| static TaQLCountNodeRep* casacore::TaQLCountNodeRep::restore | ( | AipsIO & | aio | ) | [static] |
| virtual void casacore::TaQLCountNodeRep::save | ( | AipsIO & | aio | ) | const [virtual] |
Save the object.
Implements casacore::TaQLNodeRep.
| virtual void casacore::TaQLCountNodeRep::showDerived | ( | std::ostream & | os | ) | const [virtual] |
Implements casacore::TaQLQueryNodeRep.
| virtual TaQLNodeResult casacore::TaQLCountNodeRep::visit | ( | TaQLNodeVisitor & | ) | const [virtual] |
Visit a node for tree traversal.
Implements casacore::TaQLNodeRep.
Definition at line 863 of file TaQLNodeDer.h.
Definition at line 864 of file TaQLNodeDer.h.
Definition at line 865 of file TaQLNodeDer.h.
1.6.1