casacore
|
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... | |
TaQL is the query language for Casacore tables
See below for an overview of the classes in this module.
Public interface
"TaQL" is the Table Query Language. Its pronounciation rhymes with bagel.
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.