TuGraph-family / tugraph-db

TuGraph: A High Performance Graph Database.
https://tugraph.org
Apache License 2.0
1.43k stars 191 forks source link

cypher::FieldData improvement #704

Closed zhjwpku closed 1 month ago

zhjwpku commented 1 month ago

In move constructor, rhs pointer should be set to nullptr in case dangling pointer.

Fix an wrong indentation and remove useless comments.