28 #ifndef TABLES_RECORDEXPR_H 
   29 #define TABLES_RECORDEXPR_H 
   74     { 
return makeRecordExpr (record.
description(), fieldNumber); }
 
Handle class for a table column expression tree. 
TableExprNode makeRecordExpr(const RecordInterface &record, Int fieldNumber)
Make a record expression node for the given field in the record. 
Description of the fields in a record object. 
RecordDesc description() const 
Get the description of this record. 
String: the storage and methods of handling collections of characters. 
Abstract base class for Record classes.