#include <Table.h>
Definition at line 36 of file Table.h.
◆ Table()
◆ byteOrder()
int32_t odc::core::Table::byteOrder |
( |
| ) |
const |
◆ columnCount()
size_t odc::core::Table::columnCount |
( |
| ) |
const |
◆ columnLookup()
const std::map< std::string, size_t > & odc::core::Table::columnLookup |
( |
| ) |
|
|
private |
Lookups used for decoding. Memoised for efficiency.
Definition at line 83 of file Table.cc.
◆ columns()
const MetaData & odc::core::Table::columns |
( |
| ) |
const |
◆ decode()
◆ decodeSpan()
Span odc::core::Table::decodeSpan |
( |
const std::vector< std::string > & |
columns | ) |
|
◆ encodedDataSize()
Length odc::core::Table::encodedDataSize |
( |
| ) |
const |
◆ nextPosition()
Offset odc::core::Table::nextPosition |
( |
| ) |
const |
◆ otherByteOrder()
bool odc::core::Table::otherByteOrder |
( |
| ) |
const |
◆ properties()
const Properties & odc::core::Table::properties |
( |
| ) |
const |
◆ readEncodedData()
Buffer odc::core::Table::readEncodedData |
( |
| ) |
|
◆ readTable()
◆ rowCount()
size_t odc::core::Table::rowCount |
( |
| ) |
const |
◆ simpleColumnLookup()
const std::map< std::string, size_t > & odc::core::Table::simpleColumnLookup |
( |
| ) |
|
|
private |
◆ span()
Span odc::core::Table::span |
( |
const std::vector< std::string > & |
columns, |
|
|
bool |
onlyConstant = false |
|
) |
| |
◆ startPosition()
Offset odc::core::Table::startPosition |
( |
| ) |
const |
◆ byteOrder_
int32_t odc::core::Table::byteOrder_ |
|
private |
◆ columnLookup_
std::map<std::string, size_t> odc::core::Table::columnLookup_ |
|
private |
◆ dataPosition_
eckit::Offset odc::core::Table::dataPosition_ |
|
private |
◆ dataSize_
eckit::Length odc::core::Table::dataSize_ |
|
private |
◆ dh_
◆ metadata_
◆ nextPosition_
eckit::Offset odc::core::Table::nextPosition_ |
|
private |
◆ properties_
◆ simpleColumnLookup_
std::map<std::string, size_t> odc::core::Table::simpleColumnLookup_ |
|
private |
◆ startPosition_
eckit::Offset odc::core::Table::startPosition_ |
|
private |
The documentation for this class was generated from the following files: