Kùzu C++ API
Loading...
Searching...
No Matches
kuzu::binder::BoundExtraCreateTableInfo Struct Reference

#include <bound_create_table_info.h>

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

Public Member Functions

 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< BoundExtraCreateTableInfodeserialize (common::Deserializer &deserializer, common::TableType type)
 

Public Attributes

std::vector< PropertyInfopropertyInfos
 

Constructor & Destructor Documentation

◆ BoundExtraCreateTableInfo() [1/2]

kuzu::binder::BoundExtraCreateTableInfo::BoundExtraCreateTableInfo ( std::vector< PropertyInfo > propertyInfos)
inlineexplicit

◆ BoundExtraCreateTableInfo() [2/2]

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

Member Function Documentation

◆ copy()

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

◆ deserialize()

static std::unique_ptr< BoundExtraCreateTableInfo > kuzu::binder::BoundExtraCreateTableInfo::deserialize ( common::Deserializer & deserializer,
common::TableType type )
static

◆ operator=()

BoundExtraCreateTableInfo & kuzu::binder::BoundExtraCreateTableInfo::operator= ( const BoundExtraCreateTableInfo & )
delete

◆ serialize()

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

Member Data Documentation

◆ propertyInfos

std::vector<PropertyInfo> kuzu::binder::BoundExtraCreateTableInfo::propertyInfos

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