Polypheny-DB
Polypheny-DB copied to clipboard
Small Improvements Related to the Catalog
- Replace
Catalog.getInstance().getSnapshot()
withCatalog.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 ofCatalog
when only the snapshot is needed anyways