casacore
|
Access to a table column containing scalar records. More...
#include <ScaRecordColData.h>
Public Member Functions | |
ScalarRecordColumnData (const ScalarRecordColumnDesc *, ColumnSet *) | |
Construct a scalar column object from the given description in the given column set. More... | |
~ScalarRecordColumnData () | |
virtual void | initialize (rownr_t startRownr, rownr_t endRownr) |
Initialize the rows from startRownr till endRownr (inclusive) with the default value defined in the column description. More... | |
virtual Bool | isDefined (rownr_t rownr) const |
Test if the given cell contains a defined value. More... | |
virtual void | get (rownr_t rownr, void *) const |
Get the value from a particular cell. More... | |
virtual void | getScalarColumn (ArrayBase &dataPtr) const |
Get the array of all values in the column. More... | |
virtual void | getScalarColumnCells (const RefRows &rownrs, ArrayBase &dataPtr) const |
Get the array of some values in the column (on behalf of RefColumn). More... | |
virtual void | put (rownr_t rownr, const void *dataPtr) |
Put the value in a particular cell. More... | |
virtual void | putScalarColumn (const ArrayBase &dataPtr) |
Put the array of all values in the column. More... | |
virtual void | putScalarColumnCells (const RefRows &rownrs, const ArrayBase &dataPtr) |
Put the array of some values in the column (on behalf on RefColumn). More... | |
virtual void | makeSortKey (Sort &, CountedPtr< BaseCompare > &cmpObj, Int order, CountedPtr< ArrayBase > &dataSave) |
Add this column and its data to the Sort object. More... | |
virtual void | makeRefSortKey (Sort &, CountedPtr< BaseCompare > &cmpObj, Int order, const Vector< rownr_t > &rownrs, CountedPtr< ArrayBase > &dataSave) |
Do it only for the given row numbers. More... | |
virtual void | allocIterBuf (void *&lastVal, void *&curVal, CountedPtr< BaseCompare > &cmpObj) |
Allocate value buffers for the table iterator. More... | |
virtual void | freeIterBuf (void *&lastVal, void *&curVal) |
Free the value buffers allocated by allocIterBuf. More... | |
virtual void | createDataManagerColumn () |
Create a data manager column object for this column. More... | |
Public Member Functions inherited from casacore::PlainColumn | |
PlainColumn (const BaseColumnDesc *, ColumnSet *) | |
virtual | ~PlainColumn () |
virtual Bool | isWritable () const |
Test if the column is in principle writable. More... | |
virtual Bool | isStored () const |
Test if the column is stored (otherwise it is virtual). More... | |
TableRecord & | rwKeywordSet () |
Get access to the column keyword set. More... | |
TableRecord & | keywordSet () |
rownr_t | nrow () const |
Get nr of rows in the column. More... | |
virtual void | setShapeColumn (const IPosition &shape) |
Define the shape of all arrays in the column. More... | |
virtual Bool | isBound () const |
Test if the column is bound to a storage manager or virtual column engine. More... | |
virtual void | bind (DataManager *) |
Bind the column to a data manager. More... | |
DataManager * | dataManager () const |
Get the pointer to the data manager. More... | |
DataManagerColumn *& | dataManagerColumn () |
Get the pointer to the data manager column. More... | |
virtual ColumnCache & | columnCache () |
Get a pointer to the underlying column cache. More... | |
virtual void | setMaximumCacheSize (uInt nbytes) |
Set the maximum cache size (in bytes) to be used by a storage manager. More... | |
void | putFile (AipsIO &, const TableAttr &) |
Write the column. More... | |
void | getFile (AipsIO &, const ColumnSet &, const TableAttr &) |
Read the column. More... | |
Public Member Functions inherited from casacore::BaseColumn | |
BaseColumn (const BaseColumnDesc *) | |
Construct it using the given column description. More... | |
virtual | ~BaseColumn () |
const ColumnDesc & | columnDesc () const |
Get const access to the column description. More... | |
virtual void | setShape (rownr_t rownr, const IPosition &shape) |
Set the shape of the array in the given row. More... | |
virtual void | setShape (rownr_t rownr, const IPosition &shape, const IPosition &tileShape) |
Set the shape and tile shape of the array in the given row. More... | |
virtual uInt | ndimColumn () const |
Get the global #dimensions of an array (ie. More... | |
virtual IPosition | shapeColumn () const |
Get the global shape of an array (ie. More... | |
virtual uInt | ndim (rownr_t rownr) const |
Get the #dimensions of an array in a particular cell. More... | |
virtual IPosition | shape (rownr_t rownr) const |
Get the shape of an array in a particular cell. More... | |
virtual IPosition | tileShape (rownr_t rownr) const |
Get the tile shape of an array in a particular cell. More... | |
virtual Bool | canChangeShape () const |
Ask the data manager if the shape of an existing array can be changed. More... | |
virtual void | getArray (rownr_t rownr, ArrayBase &dataPtr) const |
Get an array from a particular cell. More... | |
virtual void | getSlice (rownr_t rownr, const Slicer &, ArrayBase &dataPtr) const |
Get a slice of an N-dimensional array in a particular cell. More... | |
virtual void | getArrayColumn (ArrayBase &dataPtr) const |
Get the array of all array values in a column. More... | |
virtual void | getColumnSlice (const Slicer &, ArrayBase &dataPtr) const |
Get subsections from all arrays in the column. More... | |
virtual void | getArrayColumnCells (const RefRows &rownrs, ArrayBase &dataPtr) const |
Get the array of some array values in a column. More... | |
virtual void | getColumnSliceCells (const RefRows &rownrs, const Slicer &, ArrayBase &dataPtr) const |
Get subsections from some arrays in the column. More... | |
virtual void | putArray (rownr_t rownr, const ArrayBase &dataPtr) |
Put the array value in a particular cell. More... | |
virtual void | putSlice (rownr_t rownr, const Slicer &, const ArrayBase &dataPtr) |
Put a slice of an N-dimensional array in a particular cell. More... | |
virtual void | putArrayColumn (const ArrayBase &dataPtr) |
Put the array of all array values in the column. More... | |
virtual void | putColumnSlice (const Slicer &, const ArrayBase &dataPtr) |
Put into subsections of all table arrays in the column. More... | |
virtual void | putArrayColumnCells (const RefRows &rownrs, const ArrayBase &dataPtr) |
Get the array of some array values in a column. More... | |
virtual void | putColumnSliceCells (const RefRows &rownrs, const Slicer &, const ArrayBase &dataPtr) |
Put subsections of some arrays in the column. More... | |
void | getScalar (rownr_t rownr, Bool &value) const |
Get the value from the row and convert it to the required type. More... | |
void | getScalar (rownr_t rownr, uChar &value) const |
void | getScalar (rownr_t rownr, Short &value) const |
void | getScalar (rownr_t rownr, uShort &value) const |
void | getScalar (rownr_t rownr, Int &value) const |
void | getScalar (rownr_t rownr, uInt &value) const |
void | getScalar (rownr_t rownr, Int64 &value) const |
void | getScalar (rownr_t rownr, float &value) const |
void | getScalar (rownr_t rownr, double &value) const |
void | getScalar (rownr_t rownr, Complex &value) const |
void | getScalar (rownr_t rownr, DComplex &value) const |
void | getScalar (rownr_t rownr, String &value) const |
void | getScalar (rownr_t rownr, TableRecord &value) const |
void | getScalar (rownr_t rownr, void *value, const String &dataTypeId) const |
Get a scalar for the other data types. More... | |
void | putScalar (rownr_t rownr, const Bool &value) |
Put the value into the row and convert it from the given type. More... | |
void | putScalar (rownr_t rownr, const uChar &value) |
void | putScalar (rownr_t rownr, const Short &value) |
void | putScalar (rownr_t rownr, const uShort &value) |
void | putScalar (rownr_t rownr, const Int &value) |
void | putScalar (rownr_t rownr, const uInt &value) |
void | putScalar (rownr_t rownr, const Int64 &value) |
void | putScalar (rownr_t rownr, const float &value) |
void | putScalar (rownr_t rownr, const double &value) |
void | putScalar (rownr_t rownr, const Complex &value) |
void | putScalar (rownr_t rownr, const DComplex &value) |
void | putScalar (rownr_t rownr, const String &value) |
void | putScalar (rownr_t rownr, const Char *value) |
void | putScalar (rownr_t rownr, const TableRecord &value) |
Private Member Functions | |
ScalarRecordColumnData (const ScalarRecordColumnData &) | |
Copy constructor cannot be used. More... | |
ScalarRecordColumnData & | operator= (const ScalarRecordColumnData &) |
Assignment cannot be used. More... | |
virtual void | putFileDerived (AipsIO &) |
Write the column data. More... | |
virtual void | getFileDerived (AipsIO &, const ColumnSet &) |
Read the column data back. More... | |
void | getRecord (rownr_t rownr, TableRecord &rec) const |
Handle getting and putting a record. More... | |
void | putRecord (rownr_t rownr, const TableRecord &rec) |
Private Attributes | |
const ScalarRecordColumnDesc * | scaDescPtr_p |
Pointer to column description. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from casacore::PlainColumn | |
int | traceId () const |
Get the trace-id of the table. More... | |
void | checkValueLength (const void *) const |
Check the length of a value. More... | |
void | checkValueLength (const String *value) const |
void | checkValueLength (const Array< String > *value) const |
void | checkReadLock (Bool wait) const |
Lock the table before reading or writing. More... | |
void | checkWriteLock (Bool wait) const |
void | autoReleaseLock () const |
Inspect the auto lock when the inspection interval has expired and release it when another process needs the lock. More... | |
Protected Member Functions inherited from casacore::BaseColumn | |
void | throwGetScalar () const |
Throw exceptions for invalid scalar get or put. More... | |
void | throwPutScalar () const |
void | throwGetType (const String &type) const |
void | throwPutType (const String &type) const |
Protected Attributes inherited from casacore::PlainColumn | |
DataManager * | dataManPtr_p |
DataManagerColumn * | dataColPtr_p |
ColumnSet * | colSetPtr_p |
String | originalName_p |
Bool | rtraceColumn_p |
Bool | wtraceColumn_p |
Protected Attributes inherited from casacore::BaseColumn | |
const BaseColumnDesc * | colDescPtr_p |
Access to a table column containing scalar records.
Internal
ScalarRecordColumnData represents a table column containing scalars.
The class ScalarRecordColumnData is derived from PlainColumn. It implements the virtual functions accessing a table column containing scalars holding records.
It is possible to access an scalar in an individual cell (i.e. table row) or in the entire column.
The main task of this class is to communicate with the data manager column object. This consists of:
The class is hidden from the user by the envelope class ScalarColumn. If used directly by other Table classes, it should be done with care. It assumes that the arrays in the various get and put functions have the correct length. ScalarColumn does that check.
Definition at line 95 of file ScaRecordColData.h.
casacore::ScalarRecordColumnData::ScalarRecordColumnData | ( | const ScalarRecordColumnDesc * | , |
ColumnSet * | |||
) |
Construct a scalar column object from the given description in the given column set.
This constructor is used by ScalarRecordColumnDesc::makeColumn.
casacore::ScalarRecordColumnData::~ScalarRecordColumnData | ( | ) |
|
private |
Copy constructor cannot be used.
|
virtual |
Allocate value buffers for the table iterator.
Iteration based on records is not supported, so an exception is thrown.
Reimplemented from casacore::BaseColumn.
|
virtual |
Create a data manager column object for this column.
Implements casacore::PlainColumn.
|
virtual |
Free the value buffers allocated by allocIterBuf.
Reimplemented from casacore::BaseColumn.
|
virtual |
Get the value from a particular cell.
Reimplemented from casacore::BaseColumn.
|
privatevirtual |
Read the column data back.
The control information is read from the given AipsIO object. This is used to bind the column to the appropriate data manager. Thereafter the data manager gets opened.
Implements casacore::PlainColumn.
|
private |
Handle getting and putting a record.
It is stored as a Vector of uChar.
|
virtual |
Get the array of all values in the column.
The length of the buffer pointed to by dataPtr must match the actual length. This is checked by ScalarColumn.
Reimplemented from casacore::BaseColumn.
|
virtual |
Get the array of some values in the column (on behalf of RefColumn).
The length of the buffer pointed to by dataPtr must match the actual length. This is checked by ScalarColumn.
Reimplemented from casacore::BaseColumn.
|
virtual |
Initialize the rows from startRownr till endRownr (inclusive) with the default value defined in the column description.
Implements casacore::BaseColumn.
Test if the given cell contains a defined value.
Implements casacore::BaseColumn.
|
virtual |
Do it only for the given row numbers.
Reimplemented from casacore::BaseColumn.
|
virtual |
Add this column and its data to the Sort object.
Sorting on records is not supported, so an exception is thrown.
Reimplemented from casacore::BaseColumn.
|
private |
Assignment cannot be used.
|
virtual |
Put the value in a particular cell.
The length of the buffer pointed to by dataPtr must match the actual length. This is checked by ScalarColumn.
Reimplemented from casacore::BaseColumn.
|
privatevirtual |
Write the column data.
The control information is written into the given AipsIO object, while the data is written/flushed by the data manager.
Implements casacore::PlainColumn.
|
private |
|
virtual |
Put the array of all values in the column.
The length of the buffer pointed to by dataPtr must match the actual length. This is checked by ScalarColumn.
Reimplemented from casacore::BaseColumn.
|
virtual |
Put the array of some values in the column (on behalf on RefColumn).
The length of the buffer pointed to by dataPtr must match the actual length. This is checked by ScalarColumn.
Reimplemented from casacore::BaseColumn.
|
private |
Pointer to column description.
Definition at line 170 of file ScaRecordColData.h.