#include <ExprDerNode.h>
Inheritance diagram for casa::TableExprNodeRownr:


Internal
This class represents the rownumber() function in a table select expression tree. The origin is stored to indicate whether the first rownumber should be zero (in C++) or an other value (1 in TaQL)
Definition at line 325 of file ExprDerNode.h.
Public Member Functions | |
| TableExprNodeRownr (const Table &, uInt origin) | |
| ~TableExprNodeRownr () | |
| Double | getDouble (const TableExprId &id) |
Private Attributes | |
| uInt | origin_p |
| casa::TableExprNodeRownr::~TableExprNodeRownr | ( | ) |
| Double casa::TableExprNodeRownr::getDouble | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
uInt casa::TableExprNodeRownr::origin_p [private] |
Definition at line 332 of file ExprDerNode.h.
1.5.1