MCPcopy Create free account

hub / github.com/Pometry/Raphtory / functions

Functions10,117 in github.com/Pometry/Raphtory

↓ 3,173 callersMethodunwrap
(self)
raphtory/src/db/task/task_state.rs:42
↓ 1,679 callersMethodclone
(&self)
raphtory-storage/src/graph/locked.rs:33
↓ 1,484 callersMethodproperty
( py: Python<'py>, name: String, )
raphtory/src/python/filter/node_filter_builders.rs:440
↓ 998 callersMethodclone
(&self)
raphtory/src/db/task/task.rs:34
↓ 911 callersMethodinto
(name: &str)
raphtory-cypher/src/parser/ast.rs:196
↓ 890 callersMethodmap
(dict: Bound<'_, PyDict>)
raphtory-api/src/python/prop.rs:333
↓ 829 callersMethodadd_edge
( &self, timestamp: EventTimeComponent, src: GID, dst: GID, properties
raphtory/src/python/graph/graph.rs:428
↓ 785 callersMethodcollect
(&self)
raphtory/src/db/graph/path.rs:133
↓ 746 callersMethodadd_edge
( &self, timestamp: T, src: G, dst: G, properties: Option<HashMap<Stri
raphtory-graphql/src/client/remote_graph.rs:158
↓ 741 callersMethodmap
(self, f: impl FnOnce(T) -> U)
raphtory/src/db/graph/views/filter/model/edge_filter.rs:149
↓ 655 callersFunctionsorted
(iter: I)
raphtory-tests/src/assertions.rs:407
↓ 608 callersMethodfilter
Apply an edge filter in place, returning an edge view whose properties / metadata / history are restricted to the matching subset.
raphtory-graphql/src/model/graph/edge.rs:485
↓ 566 callersMethodeq
(left: Expr, right: Expr)
raphtory-cypher/src/parser/ast.rs:350
↓ 560 callersMethodto_string
Returns the id as a `String`. Integer ids are formatted as decimal. Useful for callers that need a string id.
raphtory-graphql/src/model/graph/node_id.rs:70
↓ 473 callersMethodadd_node
( &self, timestamp: EventTimeComponent, id: GID, properties: Option<Bound<PyDi
raphtory/src/python/graph/graph.rs:290
↓ 395 callersMethodnode
A function that translate a node into an iterator of documents
raphtory/src/vectors/template.rs:124
↓ 384 callersMethodadd_node
( &self, timestamp: T, id: G, properties: Option<HashMap<String, Prop>>,
raphtory-graphql/src/client/remote_graph.rs:52
↓ 359 callersMethodtemporal
The temporal-only view of these properties — excludes metadata (which has no history) and lets you drill into per-key timelines and aggregates.
raphtory-graphql/src/model/graph/property.rs:610
↓ 324 callersMethodmap
(self, map: fn(Self::Output) -> V)
raphtory/src/db/api/state/ops/mod.rs:38
↓ 309 callersFunctionassert_filter_nodes_results
( init_graph: impl FnOnce(Graph) -> Graph, transform: impl GraphTransformer, filter: impl TryAsCom
raphtory-tests/src/assertions.rs:198
↓ 307 callersFunctionapply_assertion
( filter: impl TryAsCompositeFilter + CreateFilter + Clone, expected: &[&str], )
raphtory-tests/tests/test_filters.rs:6081
↓ 300 callersFunctionassert_filter_edges_results
( init_graph: impl FnOnce(Graph) -> Graph, transform: impl GraphTransformer, filter: impl TryAsCom
raphtory-tests/src/assertions.rs:320
↓ 288 callersFunctionassert_search_edges_results
( init_graph: impl FnOnce(Graph) -> Graph, transform: impl GraphTransformer, filter: impl TryAsCom
raphtory-tests/src/assertions.rs:356
↓ 286 callersMethodget
(&self, index: I)
db4-storage/src/state.rs:389
↓ 283 callersMethodpush
( &mut self, props: impl IntoIterator<Item = (usize, P)>, )
raphtory-core/src/storage/mod.rs:33
↓ 271 callersFunctionassert_search_nodes_results
( init_graph: impl FnOnce(Graph) -> Graph, transform: impl GraphTransformer, filter: impl TryAsCom
raphtory-tests/src/assertions.rs:299
↓ 255 callersMethoditer
(&self)
raphtory-tests/src/utils.rs:604
↓ 254 callersMethodappend
(&mut self, items: impl IntoIterator<Item = Option<A>>, mask: &BooleanArray)
raphtory-core/src/storage/lazy_vec.rs:170
↓ 250 callersMethodedge
A function that translate an edge into an iterator of documents
raphtory/src/vectors/template.rs:145
↓ 245 callersMethodtemporal
TODO: make this optionally public only for the development feature flag
raphtory/src/db/api/view/time.rs:431
↓ 224 callersMethodquery
Execute a GraphQL query asynchronously. Returns the `data` object as a map; errors if the response contains GraphQL `errors`.
raphtory-graphql/src/client/raphtory_client.rs:82
↓ 219 callersMethodtimestamp
Get the timestamp in milliseconds since the Unix epoch.
raphtory-graphql/src/model/graph/timeindex.rs:141
↓ 215 callersMethodany
Requires that **any** element matches when the underlying property is list-like. Returns: filter.PropertyFilterOps:
raphtory/src/python/filter/property_filter_builders.rs:237
↓ 211 callersMethodinto_dyn_boxed
(self)
raphtory-api/src/iter.rs:10
↓ 207 callersMethodclone
(&self)
raphtory/src/db/api/view/internal/list_ops.rs:40
↓ 198 callersMethodstart
Start the server on the default port and return a handle to it. If the default port is in use,
raphtory-graphql/src/server.rs:248
↓ 193 callersFunctionrun_graphql_test
(query, expected_output, graph, sort_output=False)
python/test_utils/utils.py:115
↓ 184 callersFunctionlist
(v: Vec<Prop>)
raphtory-tests/tests/test_filters.rs:5800
↓ 178 callersFunctionblocking_compute
Use the rayon threadpool to execute a task Use this for long-running, compute-heavy work
raphtory-graphql/src/rayon.rs:32
↓ 178 callersMethodget_client
Get the client for the server. Returns: RaphtoryClient: the client.
raphtory-graphql/src/python/server/running_server.rs:69
↓ 171 callersMethodinto_iter
(self)
raphtory/src/db/graph/path.rs:208
↓ 169 callersMethodclone
(&self)
raphtory/src/db/api/state/node_state.rs:55
↓ 164 callersMethodwindow
(self, w: Range<EventTime>)
raphtory/src/db/api/view/internal/time_semantics/time_semantics.rs:801
↓ 142 callersMethodall
Requires that **all** elements match when the underlying property is list-like. Returns: filter.PropertyFilterOps:
raphtory/src/python/filter/property_filter_builders.rs:245
↓ 142 callersMethodlayer_ids
(&self)
raphtory/src/db/graph/views/layer_graph.rs:106
↓ 142 callersMethodwindow
Creates a view of the Edge including all events between the specified start (inclusive) and end (exclusive). For persistent graphs, any edge which ex
raphtory-graphql/src/model/graph/edge.rs:172
↓ 141 callersMethoditer
(&self)
raphtory/src/arrow_loader/node_col.rs:243
↓ 140 callersMethoditer
( &self, )
raphtory/src/python/graph/node_state/node_state_history.rs:69
↓ 137 callersMethodload_nodes
( &self, data: &Bound<PyAny>, time: &str, id: &str, node_type: Option<
raphtory/src/python/graph/graph.rs:751
↓ 135 callersMethodlen
(&self)
raphtory-core/src/storage/mod.rs:96
↓ 134 callersMethodclone
(&self)
raphtory-core/src/storage/timeindex.rs:134
↓ 133 callersMethodis_in
( field_name: impl Into<String>, field_values: impl IntoIterator<Item = impl Into<String>>,
raphtory/src/db/graph/views/filter/model/filter.rs:70
↓ 129 callersMethodas_ref
(&self)
raphtory/src/db/graph/edge.rs:95
↓ 123 callersMethodt
Convert this `History` object to return timestamps (milliseconds since the Unix epoch) instead of `EventTime`.
raphtory/src/db/api/view/history.rs:84
↓ 121 callersMethodinto_iter
(mut self)
raphtory-core/src/storage/lazy_vec.rs:137
↓ 118 callersMethodat
(&self, ti: &EventTime)
raphtory-core/src/entities/properties/tcell.rs:70
↓ 118 callersMethodcollect_vec
(&self)
raphtory/src/db/api/state/lazy_node_state.rs:223
↓ 118 callersMethodnext
(&mut self)
raphtory/src/db/api/view/mod.rs:53
↓ 117 callersMethodadd_metadata
Add metadata for the edge # Arguments `properties` - Property key-value pairs to add `layer` - The layer to which properties should be added. If the
raphtory/src/db/graph/edge.rs:368
↓ 116 callersMethodas_str
(&self)
raphtory-api/src/core/entities/mod.rs:309
↓ 116 callersMethodnode
Returns a remote node reference for the given node id.
raphtory-graphql/src/client/remote_graph.rs:38
↓ 115 callersMethodcore_graph
(&self)
raphtory-storage/src/core_ops.rs:257
↓ 115 callersMethodmap
(vals: impl IntoIterator<Item = (impl Into<ArcStr>, impl Into<Prop>)>)
raphtory-api/src/core/entities/properties/prop/prop_enum.rs:701
↓ 115 callersMethodsum
Compute the sum of all property values, or `None` if the dtype is not additive or the property is empty.
raphtory/src/db/api/properties/temporal_props.rs:119
↓ 113 callersMethodpath
(&self)
raphtory-graphql/src/data.rs:164
↓ 112 callersMethodexplode
Explodes an edge and returns all instances it had been updated as seperate edges
raphtory/src/db/api/view/edge.rs:392
↓ 112 callersMethodis_not_in
Is not in Arguments: field_name (str) field_values (list[str]):
raphtory/src/db/graph/views/filter/model/filter.rs:88
↓ 112 callersMethodload_edges
( &self, data: &Bound<PyAny>, time: &str, src: &str, dst: &str,
raphtory/src/python/graph/graph.rs:877
↓ 111 callersMethodas_ref
Borrow this history as a `History` of a reference to the underlying item.
raphtory/src/db/api/view/history.rs:163
↓ 110 callersMethodlast
Get the first item produced by reverse iteration in this `History`.
raphtory/src/db/api/view/history.rs:158
↓ 110 callersFunctiontest
()
raphtory/src/algorithms/bipartite/max_weight_matching.rs:1550
↓ 107 callersFunction_pairs
(edges)
python/tests/test_base_install/test_filters/test_edge_property_filter.py:393
↓ 107 callersMethodto_owned
(self)
raphtory-api/src/core/entities/mod.rs:505
↓ 103 callersMethodname
(&self)
raphtory/src/python/graph/node.rs:168
↓ 100 callersMethodnodes
(&self)
raphtory-tests/src/utils.rs:582
↓ 96 callersMethoddegree
Get the degree of this node (i.e., the number of edges that are incident to it). Returns: int: The degree of this node.
raphtory/src/python/graph/node.rs:221
↓ 96 callersMethoditer
( &self, )
raphtory/src/db/graph/path.rs:65
↓ 96 callersMethodlayer
(&self)
raphtory-api/src/core/entities/mod.rs:218
↓ 96 callersMethodtake
Replaces this container with an empty instance, returning the old container with its data.
db4-storage/src/segments/mod.rs:186
↓ 95 callersMethodsum
Sum of all updates. Returns null if the dtype is not additive or the property is empty.
raphtory-graphql/src/model/graph/property.rs:430
↓ 94 callersMethodname
Returns the name of the node.
raphtory-graphql/src/model/graph/node.rs:64
↓ 92 callersMethodadd_metadata
Add metadata to the edge (properties that do not change over time).
raphtory-graphql/src/client/remote_edge.rs:89
↓ 92 callersMethodedge
(&self, eid: Either<EID, EdgeRef>)
raphtory-storage/src/graph/edges/edges.rs:23
↓ 89 callersMethodenumerate
(self: &Arc<Self>)
raphtory/src/vectors/template.rs:77
↓ 89 callersMethodinto_iter
(self)
raphtory/src/python/graph/history.rs:428
↓ 88 callersMethodavg
(self)
raphtory/src/db/graph/views/filter/model/property_filter/builders.rs:167
↓ 88 callersMethodt
(&self)
raphtory-api/src/python/timeindex.rs:58
↓ 87 callersMethodmetadata
Returns the metadata of an edge.
raphtory-graphql/src/model/graph/edge.rs:406
↓ 86 callersMethodkeys
(&self)
raphtory/src/db/api/state/node_state.rs:403
↓ 85 callersMethodfilter
( &self, filter: F, )
raphtory/src/db/api/view/filter_ops.rs:10
↓ 85 callersMethodlatest
(&self)
db4-storage/src/pages/mod.rs:243
↓ 84 callersFunctionassert_graph_equal
( g1: &G1, g2: &G2, )
raphtory/src/db/graph/graph.rs:950
↓ 84 callersMethodinsert
(&self, key: u64, value: CacheEntry)
raphtory/src/vectors/cache.rs:92
↓ 82 callersMethodderef
(&self)
raphtory/src/vectors/mod.rs:56
↓ 82 callersMethodid
Returns the `[src, dst]` id pair of the edge. Each id is a `String` for string-indexed graphs or a non-negative `Int` for integer-indexed graphs.
raphtory-graphql/src/model/graph/edge.rs:395
↓ 82 callersMethodis_some
Returns true if the OptionalEventTime contains an EventTime. Returns: bool:
raphtory-api/src/python/timeindex.rs:418
↓ 82 callersMethodmin
Compute the minimum interval between consecutive timestamps.
raphtory/src/db/api/view/history.rs:1034
↓ 81 callersFunctionassert_filter
(graph, filter_expr, metric, manual_expr, context)
python/tests/test_base_install/test_filters/test_node_filter.py:21
↓ 81 callersMethodbefore
(&self, end: T)
raphtory/src/db/api/view/time.rs:285
↓ 80 callersMethodout_degree
Get the out-degree of this node (i.e., the number of edges that are incident to it from this node). Returns: int: The out-degree of this node.
raphtory/src/python/graph/node.rs:237
next →1–100 of 10,117, ranked by callers