#include <data_chunk.h>
◆ DataChunk() [1/3]
kuzu::common::DataChunk::DataChunk |
( |
| ) |
|
|
inline |
◆ DataChunk() [2/3]
kuzu::common::DataChunk::DataChunk |
( |
uint32_t | numValueVectors | ) |
|
|
inlineexplicit |
◆ DataChunk() [3/3]
kuzu::common::DataChunk::DataChunk |
( |
uint32_t | numValueVectors, |
|
|
const std::shared_ptr< DataChunkState > & | state ) |
|
inline |
◆ DELETE_COPY_DEFAULT_MOVE()
kuzu::common::DataChunk::DELETE_COPY_DEFAULT_MOVE |
( |
DataChunk | | ) |
|
◆ getNumValueVectors()
uint32_t kuzu::common::DataChunk::getNumValueVectors |
( |
| ) |
const |
|
inline |
◆ getValueVector()
std::shared_ptr< ValueVector > kuzu::common::DataChunk::getValueVector |
( |
uint64_t | valueVectorPos | ) |
|
|
inline |
◆ insert()
void kuzu::common::DataChunk::insert |
( |
uint32_t | pos, |
|
|
std::shared_ptr< ValueVector > | valueVector ) |
◆ resetAuxiliaryBuffer()
void kuzu::common::DataChunk::resetAuxiliaryBuffer |
( |
| ) |
|
◆ state
◆ valueVectors
std::vector<std::shared_ptr<ValueVector> > kuzu::common::DataChunk::valueVectors |
The documentation for this class was generated from the following file: