Kùzu C++ API
Loading...
Searching...
No Matches
kuzu::catalog::Property Member List

This is the complete list of members for kuzu::catalog::Property, including all inherited members.

deserialize(common::Deserializer &deserializer)kuzu::catalog::Propertystatic
EXPLICIT_COPY_DEFAULT_MOVE(Property)kuzu::catalog::Property
getColumnID() constkuzu::catalog::Propertyinline
getDataType() constkuzu::catalog::Propertyinline
getDefaultExpr() constkuzu::catalog::Propertyinline
getName() constkuzu::catalog::Propertyinline
getPropertyID() constkuzu::catalog::Propertyinline
getTableID() constkuzu::catalog::Propertyinline
Property()=defaultkuzu::catalog::Property
Property(std::string name, common::LogicalType dataType, std::unique_ptr< parser::ParsedExpression > defaultExpr)kuzu::catalog::Propertyinline
Property(std::string name, common::LogicalType dataType, std::unique_ptr< parser::ParsedExpression > defaultExpr, common::property_id_t propertyID, common::column_id_t columnID, common::table_id_t tableID)kuzu::catalog::Propertyinline
rename(std::string newName)kuzu::catalog::Propertyinline
serialize(common::Serializer &serializer) constkuzu::catalog::Property
setColumnID(common::column_id_t columnID)kuzu::catalog::Propertyinline
toCypher(const std::vector< Property > &properties)kuzu::catalog::Propertystatic