MCPcopy Create free account
hub / github.com/Pometry/Raphtory / dt

Method dt

raphtory/src/python/graph/node_state/node_state_history.rs:103–114  ·  view source on GitHub ↗
(
        &self,
    )

Source from the content-addressed store, hash-verified

101 /// HistoryDateTimeView: A lazy view over HistoryDateTime objects for each node.
102 #[getter]
103 fn dt(
104 &self,
105 ) -> LazyNodeState<
106 'static,
107 ArrowMap<Map<HistoryOp<'static, DynamicGraph>, PyHistoryDateTime>, DateTimesStruct>,
108 DynamicGraph,
109 DynamicGraph,
110 DynNodeFilter,
111 > {
112 let op = self.inner.op.clone().map(|hist| hist.dt().into());
113 LazyNodeState::new(op.into_arrow_node_op(), self.inner.nodes())
114 }
115
116 /// Access the unique event id of each time entry.
117 ///

Callers

nothing calls this directly

Calls 8

into_arrow_node_opMethod · 0.80
mapMethod · 0.45
cloneMethod · 0.45
intoMethod · 0.45
nodesMethod · 0.45
iter_valuesMethod · 0.45
graphMethod · 0.45
idsMethod · 0.45

Tested by

no test coverage detected