Kuzu C++ API
Loading...
Searching...
No Matches
kuzu::processor::DataChunkDescriptor Struct Reference

#include <result_set_descriptor.h>

Public Member Functions

 DataChunkDescriptor (bool isSingleState)
 
 DataChunkDescriptor (const DataChunkDescriptor &other)
 
std::unique_ptr< DataChunkDescriptorcopy () const
 

Public Attributes

bool isSingleState
 
std::vector< common::LogicalTypelogicalTypes
 

Constructor & Destructor Documentation

◆ DataChunkDescriptor() [1/2]

kuzu::processor::DataChunkDescriptor::DataChunkDescriptor ( bool isSingleState)
inlineexplicit

◆ DataChunkDescriptor() [2/2]

kuzu::processor::DataChunkDescriptor::DataChunkDescriptor ( const DataChunkDescriptor & other)
inline

Member Function Documentation

◆ copy()

std::unique_ptr< DataChunkDescriptor > kuzu::processor::DataChunkDescriptor::copy ( ) const
inline

Member Data Documentation

◆ isSingleState

bool kuzu::processor::DataChunkDescriptor::isSingleState

◆ logicalTypes

std::vector<common::LogicalType> kuzu::processor::DataChunkDescriptor::logicalTypes

The documentation for this struct was generated from the following file: