Skip to content

Commit

Permalink
Add transformer logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Mar 8, 2024
1 parent 5e9755a commit 65a432e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Transformer::TransformCreatePropertyGraph(duckdb_libpgquery::PGCreatePropertyGra
case_insensitive_map_t<string> table_alias_map;
auto property_graph_name = TransformQualifiedName(*stmt.name);
info->property_graph_name = property_graph_name.name;

info->on_conflict = TransformOnConflict(stmt.onconflict);
D_ASSERT(stmt.vertex_tables);
for (auto &vertex_table = stmt.vertex_tables->head; vertex_table != nullptr; vertex_table = lnext(vertex_table)) {
auto node = reinterpret_cast<duckdb_libpgquery::PGNode *>(vertex_table->data.ptr_value);
Expand Down

0 comments on commit 65a432e

Please sign in to comment.