casacore
|
#include <casacore/tables/DataMan/DataManError.h>
#include <casacore/casa/Arrays/IPosition.h>
#include <casacore/tables/Tables/ScalarColumn.h>
#include <condition_variable>
#include <cstdint>
#include <map>
#include <memory>
#include <mutex>
#include <random>
#include "dyscostmancol.h"
#include "serializable.h"
#include "stochasticencoder.h"
#include "threadgroup.h"
#include "timeblockbuffer.h"
Go to the source code of this file.
Classes | |
class | dyscostman::ThreadedDyscoColumn< DataType > |
A column for storing compressed values in a threaded way, tailored for the data and weight columns that use a threaded approach for encoding. More... | |
class | dyscostman::ThreadedDyscoColumn< DataType >::ThreadDataBase |
struct | dyscostman::ThreadedDyscoColumn< DataType >::CacheItem |
struct | dyscostman::ThreadedDyscoColumn< DataType >::EncodingThreadFunctor |
struct | dyscostman::ThreadedDyscoColumn< DataType >::Header |
Namespaces | |
dyscostman | |