casa
$Rev:20696$
|
Rownumber in table select expression tree. More...
#include <ExprDerNode.h>
Public Member Functions | |
TableExprNodeRownr (const Table &, uInt origin) | |
~TableExprNodeRownr () | |
Int64 | getInt (const TableExprId &id) |
Private Attributes | |
uInt | origin_p |
Rownumber in table select expression tree.
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 356 of file ExprDerNode.h.
casa::TableExprNodeRownr::TableExprNodeRownr | ( | const Table & | , |
uInt | origin | ||
) |
Int64 casa::TableExprNodeRownr::getInt | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
uInt casa::TableExprNodeRownr::origin_p [private] |
Definition at line 363 of file ExprDerNode.h.