#include <result_set.h>
◆ ResultSet() [1/3]
kuzu::processor::ResultSet::ResultSet |
( |
| ) |
|
|
inline |
◆ ResultSet() [2/3]
kuzu::processor::ResultSet::ResultSet |
( |
common::idx_t | numDataChunks | ) |
|
|
inlineexplicit |
◆ ResultSet() [3/3]
kuzu::processor::ResultSet::ResultSet |
( |
ResultSetDescriptor * | resultSetDescriptor, |
|
|
storage::MemoryManager * | memoryManager ) |
◆ getDataChunk()
◆ getNumTuples()
uint64_t kuzu::processor::ResultSet::getNumTuples |
( |
const std::unordered_set< uint32_t > & | dataChunksPosInScope | ) |
|
|
inline |
◆ getNumTuplesWithoutMultiplicity()
uint64_t kuzu::processor::ResultSet::getNumTuplesWithoutMultiplicity |
( |
const std::unordered_set< uint32_t > & | dataChunksPosInScope | ) |
|
◆ getValueVector()
◆ insert()
◆ dataChunks
std::vector<std::shared_ptr<common::DataChunk> > kuzu::processor::ResultSet::dataChunks |
◆ multiplicity
uint64_t kuzu::processor::ResultSet::multiplicity |
The documentation for this class was generated from the following file: