Polypheny-DB icon indicating copy to clipboard operation
Polypheny-DB copied to clipboard

Small Improvements Related to the Catalog

Open gartens opened this issue 6 months ago • 0 comments

  • Replace Catalog.getInstance().getSnapshot() with Catalog.snapshot
  • Remove one unused method from the catalog
  • Remove an unecessary map call
  • When the class has a catalog field, use that instead of Catalog
  • Remove a conditional that is always false
  • Create a local variable of type Snapshot instead of Catalog when only the snapshot is needed anyways

gartens avatar Aug 13 '24 11:08 gartens