Kùzu C++ API
Loading...
Searching...
No Matches
kuzu::binder::BoundExtraCreateNodeTableInfo Struct Referencefinal

#include <bound_create_table_info.h>

Inheritance diagram for kuzu::binder::BoundExtraCreateNodeTableInfo:
kuzu::binder::BoundExtraCreateTableInfo kuzu::binder::BoundExtraCreateCatalogEntryInfo

Public Member Functions

 BoundExtraCreateNodeTableInfo (common::property_id_t primaryKeyIdx, std::vector< PropertyInfo > propertyInfos)
 
 BoundExtraCreateNodeTableInfo (const BoundExtraCreateNodeTableInfo &other)
 
std::unique_ptr< BoundExtraCreateCatalogEntryInfocopy () const override
 
void serialize (common::Serializer &serializer) const override
 
- Public Member Functions inherited from kuzu::binder::BoundExtraCreateTableInfo
 BoundExtraCreateTableInfo (std::vector< PropertyInfo > propertyInfos)
 
 BoundExtraCreateTableInfo (const BoundExtraCreateTableInfo &other)
 
BoundExtraCreateTableInfooperator= (const BoundExtraCreateTableInfo &)=delete
 
std::unique_ptr< BoundExtraCreateCatalogEntryInfocopy () const override
 
void serialize (common::Serializer &serializer) const override
 

Static Public Member Functions

static std::unique_ptr< BoundExtraCreateNodeTableInfodeserialize (common::Deserializer &deserializer)
 
- Static Public Member Functions inherited from kuzu::binder::BoundExtraCreateTableInfo
static std::unique_ptr< BoundExtraCreateTableInfodeserialize (common::Deserializer &deserializer, common::TableType type)
 

Public Attributes

common::property_id_t primaryKeyIdx
 
- Public Attributes inherited from kuzu::binder::BoundExtraCreateTableInfo
std::vector< PropertyInfopropertyInfos
 

Constructor & Destructor Documentation

◆ BoundExtraCreateNodeTableInfo() [1/2]

kuzu::binder::BoundExtraCreateNodeTableInfo::BoundExtraCreateNodeTableInfo ( common::property_id_t primaryKeyIdx,
std::vector< PropertyInfo > propertyInfos )
inline

◆ BoundExtraCreateNodeTableInfo() [2/2]

kuzu::binder::BoundExtraCreateNodeTableInfo::BoundExtraCreateNodeTableInfo ( const BoundExtraCreateNodeTableInfo & other)
inline

Member Function Documentation

◆ copy()

std::unique_ptr< BoundExtraCreateCatalogEntryInfo > kuzu::binder::BoundExtraCreateNodeTableInfo::copy ( ) const
inlineoverridevirtual

◆ deserialize()

static std::unique_ptr< BoundExtraCreateNodeTableInfo > kuzu::binder::BoundExtraCreateNodeTableInfo::deserialize ( common::Deserializer & deserializer)
static

◆ serialize()

void kuzu::binder::BoundExtraCreateNodeTableInfo::serialize ( common::Serializer & serializer) const
overridevirtual

Member Data Documentation

◆ primaryKeyIdx

common::property_id_t kuzu::binder::BoundExtraCreateNodeTableInfo::primaryKeyIdx

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