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

#include <bound_create_table_info.h>

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

Public Member Functions

 BoundExtraCreateRelTableInfo (common::table_id_t srcTableID, common::table_id_t dstTableID, std::vector< PropertyInfo > propertyInfos)
 
 BoundExtraCreateRelTableInfo (common::RelMultiplicity srcMultiplicity, common::RelMultiplicity dstMultiplicity, common::table_id_t srcTableID, common::table_id_t dstTableID, std::vector< PropertyInfo > propertyInfos)
 
 BoundExtraCreateRelTableInfo (const BoundExtraCreateRelTableInfo &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< BoundExtraCreateRelTableInfodeserialize (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::RelMultiplicity srcMultiplicity
 
common::RelMultiplicity dstMultiplicity
 
common::table_id_t srcTableID
 
common::table_id_t dstTableID
 
- Public Attributes inherited from kuzu::binder::BoundExtraCreateTableInfo
std::vector< PropertyInfopropertyInfos
 

Constructor & Destructor Documentation

◆ BoundExtraCreateRelTableInfo() [1/3]

kuzu::binder::BoundExtraCreateRelTableInfo::BoundExtraCreateRelTableInfo ( common::table_id_t srcTableID,
common::table_id_t dstTableID,
std::vector< PropertyInfo > propertyInfos )
inline

◆ BoundExtraCreateRelTableInfo() [2/3]

kuzu::binder::BoundExtraCreateRelTableInfo::BoundExtraCreateRelTableInfo ( common::RelMultiplicity srcMultiplicity,
common::RelMultiplicity dstMultiplicity,
common::table_id_t srcTableID,
common::table_id_t dstTableID,
std::vector< PropertyInfo > propertyInfos )
inline

◆ BoundExtraCreateRelTableInfo() [3/3]

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

Member Function Documentation

◆ copy()

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

◆ deserialize()

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

◆ serialize()

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

Member Data Documentation

◆ dstMultiplicity

common::RelMultiplicity kuzu::binder::BoundExtraCreateRelTableInfo::dstMultiplicity

◆ dstTableID

common::table_id_t kuzu::binder::BoundExtraCreateRelTableInfo::dstTableID

◆ srcMultiplicity

common::RelMultiplicity kuzu::binder::BoundExtraCreateRelTableInfo::srcMultiplicity

◆ srcTableID

common::table_id_t kuzu::binder::BoundExtraCreateRelTableInfo::srcTableID

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