Kùzu C++ API
|
This is the complete list of members for kuzu::catalog::Property, including all inherited members.
deserialize(common::Deserializer &deserializer) | kuzu::catalog::Property | static |
EXPLICIT_COPY_DEFAULT_MOVE(Property) | kuzu::catalog::Property | |
getColumnID() const | kuzu::catalog::Property | inline |
getDataType() const | kuzu::catalog::Property | inline |
getDefaultExpr() const | kuzu::catalog::Property | inline |
getName() const | kuzu::catalog::Property | inline |
getPropertyID() const | kuzu::catalog::Property | inline |
getTableID() const | kuzu::catalog::Property | inline |
Property()=default | kuzu::catalog::Property | |
Property(std::string name, common::LogicalType dataType, std::unique_ptr< parser::ParsedExpression > defaultExpr) | kuzu::catalog::Property | inline |
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::Property | inline |
rename(std::string newName) | kuzu::catalog::Property | inline |
serialize(common::Serializer &serializer) const | kuzu::catalog::Property | |
setColumnID(common::column_id_t columnID) | kuzu::catalog::Property | inline |
toCypher(const std::vector< Property > &properties) | kuzu::catalog::Property | static |