Skip to content

Commit

Permalink
fix issues with storage
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmurariu committed Dec 13, 2024
1 parent a3e5126 commit 12e80dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions raphtory/src/db/api/storage/graph/nodes/row.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ use crate::core::{storage::TColumns, Prop};
use pometry_storage::{
graph::TemporalGraph, properties::TemporalProps, timestamps::TimeStamps, tprops::DiskTProp,
};
#[cfg(feature = "storage")]
use raphtory_api::core::{entities::VID, storage::timeindex::TimeIndexEntry};

#[derive(Debug, Copy, Clone)]
pub enum Row<'a> {
Expand Down
1 change: 0 additions & 1 deletion raphtory/src/disk_graph/graph_impl/tprops.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use crate::{
arrow2::types::{NativeType, Offset},
core::storage::timeindex::TimeIndexIntoOps,
db::api::{storage::graph::tprop_storage_ops::TPropOps, view::IntoDynBoxed},
prelude::Prop,
};
Expand Down

0 comments on commit 12e80dc

Please sign in to comment.