Skip to content

Commit

Permalink
[1100] Inconsistent parameter order in RelsStore
Browse files Browse the repository at this point in the history
  • Loading branch information
anuchak committed Jan 7, 2023
1 parent 4a1a580 commit 809f6e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/include/storage/store/rels_store.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ class RelsStore {
RelsStore(const Catalog& catalog, BufferManager& bufferManager, MemoryManager& memoryManager,
bool isInMemoryMode, WAL* wal);

// TODO(Ziyi): other getters requires (direction, nodeID, relID) but this one is requiring
// (direction, relID, nodeID).
inline Column* getRelPropertyColumn(RelDirection relDirection, table_id_t boundNodeTableID,
table_id_t relTableID, uint64_t propertyIdx) const {
return relTables.at(relTableID)
Expand Down

0 comments on commit 809f6e5

Please sign in to comment.