casacore
Modules | Classes

More...

Modules

 TaQL_module_internal_classes
 Internal TaQL_module classes and functions.
 

Classes

class  casacore::TableExprNode
  More...
 
class  casacore::TableExprNodeSetElem
  More...
 
class  casacore::TableExprNodeSet
 Class to hold multiple table expression nodes. More...
 
struct  casacore::MArrayLogical_global_functions_MArray_logical_operations
  More...
 
struct  casacore::MArrayMath_global_functions_MArray_mathematical_operations
  More...
 
struct  casacore::MArrayMathBase_global_functions_Array_basic_functions
  More...
 
struct  casacore::MArrayUtil_global_functions_reorderMArray
  More...
 
struct  casacore::MArrayUtil_global_functions_reverseMArray
 Reverse the order of one or more axes of an MArray. More...
 
struct  casacore::RecordExpr_global_functions_RecordExpr
  More...
 
class  casacore::TableExprData
  More...
 
class  casacore::TableExprId
  More...
 
class  casacore::TableExprIdAggr
  More...
 
class  casacore::UDFBase
  More...
 

Detailed Description

TaQL is the query language for Casacore tables

See below for an overview of the classes in this module.

Intended use:

Public interface

Review Status

Reviewed By:
jhorstko
Date Reviewed:
1994/08/30

Prerequisite

Etymology

"TaQL" is the Table Query Language. Its pronounciation rhymes with bagel.

Synopsis

TaQL is an SQL-like language to query a Casacore table. Amongst its options are row select, sort, update, and delete.
Some more information is given in the description of the Tables module. A detailed description is given in note 199.