#include <Odb.h>
Definition at line 115 of file Odb.h.
◆ Frame() [1/2]
odc::api::Frame::Frame |
( |
Reader & |
reader | ) |
|
◆ Frame() [2/2]
odc::api::Frame::Frame |
( |
const Frame & |
reader | ) |
|
◆ ~Frame()
odc::api::Frame::~Frame |
( |
| ) |
|
◆ columnCount()
size_t odc::api::Frame::columnCount |
( |
| ) |
const |
◆ columnInfo()
const std::vector< ColumnInfo > & odc::api::Frame::columnInfo |
( |
| ) |
const |
◆ decode()
void odc::api::Frame::decode |
( |
Decoder & |
target, |
|
|
size_t |
nthreads |
|
) |
| const |
◆ next()
bool odc::api::Frame::next |
( |
bool |
aggregated = true , |
|
|
long |
rowlimit = -1 |
|
) |
| |
◆ rowCount()
size_t odc::api::Frame::rowCount |
( |
| ) |
const |
◆ span()
Span odc::api::Frame::span |
( |
const std::vector< std::string > & |
columns, |
|
|
bool |
onlyConstantValues |
|
) |
| const |
◆ impl_
std::unique_ptr<FrameImpl> odc::api::Frame::impl_ |
|
private |
The documentation for this class was generated from the following files: