casacore
|
Class holding the row number as the final level in the comparison tree. More...
#include <TaQLJoin.h>
Public Member Functions | |
TaQLJoinRow (Int64 row) | |
~TaQLJoinRow () override=default | |
Int64 | findRow (const TableExprId &) override |
Return the row number. | |
![]() | |
virtual | ~TaQLJoinBase ()=default |
Private Attributes | |
Int64 | itsRow |
Class holding the row number as the final level in the comparison tree.
Internal
Objects of this class form the lowest level in a TaQLJoin tree. It only contains a row number telling which row in the join table contains the values at the higher levels in the tree.
Definition at line 72 of file TaQLJoin.h.
|
inline |
Definition at line 75 of file TaQLJoin.h.
|
overridedefault |
|
overridevirtual |
Return the row number.
Implements casacore::TaQLJoinBase.
|
private |
Definition at line 84 of file TaQLJoin.h.