Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Row manager switched to the traits
Browse files Browse the repository at this point in the history
  • Loading branch information
chotchki committed Sep 24, 2021
1 parent 1867d1a commit 116ab63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/io/row_manager.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use super::super::objects::Table;
use super::super::transactions::TransactionId;
use super::format_traits::Serializable;
use super::free_space_manager::{FreeSpaceManagerError, FreeStat};
use super::page_formats::{PageData, PageDataError, PageId, PageOffset, PageType, UInt12};
use super::row_formats::{ItemPointer, RowData, RowDataError};
Expand Down

0 comments on commit 116ab63

Please sign in to comment.