Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pometry/Raphtory
/ functions
Functions
10,117 in github.com/Pometry/Raphtory
⨍
Functions
10,117
◇
Types & classes
1,206
↓ 12 callers
Method
wrap
(&self, value: T)
raphtory/src/db/graph/views/filter/model/windowed_filter.rs:200
↓ 12 callers
Method
wrap
(&self, value: T)
raphtory/src/db/graph/views/filter/model/layered_filter.rs:186
↓ 11 callers
Method
apply
(&self, storage: &GraphStorage, node: VID)
raphtory/src/db/api/state/ops/mod.rs:141
↓ 11 callers
Method
as_any
(&self)
raphtory/src/core/state/container.rs:81
↓ 11 callers
Function
assert_has_metadata
(entity, props)
python/test_utils/utils.py:239
↓ 11 callers
Method
begin_transaction
(&self)
db4-storage/src/transaction/mod.rs:26
↓ 11 callers
Function
check_node_filtered
( graph: &Graph, node_id: u64, filter: F, mut correct: Vec<(u64, usize)>,
raphtory-tests/tests/algo_tests/components.rs:287
↓ 11 callers
Method
clauses
(&self)
raphtory-cypher/src/parser/ast.rs:16
↓ 11 callers
Method
cmp
(&self, other: &Self)
raphtory/src/db/api/state/node_state_ord_ops.rs:324
↓ 11 callers
Method
deref
(&self)
raphtory-core/src/storage/locked_view.rs:88
↓ 11 callers
Method
deref
(&self)
raphtory/src/python/types/iterable.rs:130
↓ 11 callers
Method
edges
(&self)
raphtory-storage/src/graph/graph.rs:231
↓ 11 callers
Method
edges
Return the edges present in the current selection
raphtory/src/vectors/vector_selection.rs:139
↓ 11 callers
Method
edges
(&self)
raphtory/src/algorithms/bipartite/max_weight_matching.rs:1471
↓ 11 callers
Method
end_transaction
(&self, _transaction_id: TransactionID)
db4-storage/src/transaction/mod.rs:31
↓ 11 callers
Method
ends_with
Returns a filter expression that checks whether the string representation of the node ID ends with the given suffix. Arguments: value (str): Suffix t
raphtory/src/python/filter/node_filter_builders.rs:157
↓ 11 callers
Function
fallback_filter_edges
( graph: &G, filter: &(impl CreateFilter + Clone), limit: usize, offset: usize, )
raphtory/src/search/mod.rs:147
↓ 11 callers
Method
fast_merge
Return an iterator adaptor that flattens an iterator of iterators by merging them in ascending order. Uses tree merge for up to 8 iterators. If all b
raphtory-itertools/src/merge.rs:35
↓ 11 callers
Method
filter_node
(&self, node: NodeStorageRef)
raphtory/src/db/api/view/internal/filter_ops.rs:132
↓ 11 callers
Method
flatten
Flatten the nested temporal property list to a single list of temporal properties. Returns: PyTemporalPropList:
raphtory/src/python/graph/properties/temporal_props.rs:953
↓ 11 callers
Method
flush
(&self)
raphtory/src/db/api/mutation/addition_ops.rs:304
↓ 11 callers
Method
get_graph
# ⚠ Bypasses all permission checks — do not call from resolvers directly. Use `get_graph_with_read_permission`, `get_raw_graph_with_read_permission`,
raphtory-graphql/src/data.rs:334
↓ 11 callers
Method
get_index
(&self)
raphtory/src/db/api/storage/storage.rs:336
↓ 11 callers
Method
get_metadata
(&self, id: usize)
raphtory/src/db/graph/edge.rs:551
↓ 11 callers
Method
get_out_edge
(&self, n: LocalPOS, dst: VID, layer_id: LayerId)
db4-storage/src/segments/node/segment.rs:205
↓ 11 callers
Method
global_agg
( &mut self, id: AccId<A, IN, OUT, ACC>, )
raphtory/src/db/task/context.rs:105
↓ 11 callers
Function
graph_path
(*parts)
ui-tests/test_server.py:105
↓ 11 callers
Function
graph_with_timeline
start inclusive, end exclusive
raphtory-tests/tests/time_tests.rs:19
↓ 11 callers
Method
head_mut
(&self)
db4-storage/src/segments/edge/segment.rs:543
↓ 11 callers
Method
intersection
(&self, other: &Self)
raphtory/src/db/api/state/node_state.rs:151
↓ 11 callers
Method
into_par_iter
(self)
raphtory/src/db/api/state/node_state.rs:94
↓ 11 callers
Method
is_zip
(&self)
raphtory/src/serialise/graph_folder.rs:192
↓ 11 callers
Method
keys
Get the names for all properties Returns: list[str]:
raphtory/src/python/graph/properties/props.rs:154
↓ 11 callers
Method
load
(path: &(impl GraphPaths + ?Sized))
raphtory/src/db/graph/graph.rs:216
↓ 11 callers
Function
load_graph
(edges: Vec<(i64, u64, u64)>)
raphtory-tests/tests/algo_tests/motifs.rs:9
↓ 11 callers
Method
local_path
(&self)
raphtory-graphql/src/model/graph/namespace.rs:102
↓ 11 callers
Method
map
( &self, op: F, )
raphtory/src/db/graph/edge.rs:250
↓ 11 callers
Method
map
( &self, op: F, )
raphtory/src/db/graph/edges.rs:125
↓ 11 callers
Function
navigateToGraphPageBySearch
( page: Page, entity: | { type: 'node'; nodeName: string;
ui-tests/tests/e2e/graph.utils.ts:154
↓ 11 callers
Method
prev
(&self)
raphtory/src/db/task/node/eval_node.rs:77
↓ 11 callers
Method
properties
(&self)
raphtory/src/python/graph/views/graph_view.rs:366
↓ 11 callers
Function
remove_dir_all_ignore_not_found
(path: impl AsRef<Path>)
raphtory-tests/tests/test_materialize_sf10.rs:61
↓ 11 callers
Function
require_namespace_write
( ctx: &Context<'_>, policy: &Option<Arc<dyn AuthorizationPolicy>>, ns_path: &str, new_path: &
raphtory-graphql/src/model/mod.rs:131
↓ 11 callers
Method
reserve_local_row
( &mut self, edge_pos: LocalPOS, src: impl Into<VID>, dst: impl Into<VID>,
db4-storage/src/segments/edge/segment.rs:281
↓ 11 callers
Method
reverse
Reverse the iteration order of history items returned by iter and iter_rev.
raphtory/src/db/api/view/history.rs:79
↓ 11 callers
Function
selectLayout
( page: Page, layoutName: string, layoutTimeout?: number, )
ui-tests/tests/e2e/graph.utils.ts:202
↓ 11 callers
Method
set_lsn
(&mut self, lsn: LSN)
raphtory/src/db/api/storage/storage.rs:417
↓ 11 callers
Function
setup_with_graphs
( graphs: &[(&str, MaterializedGraph)], work_dir: &Path, )
raphtory-graphql/src/test_support.rs:27
↓ 11 callers
Method
snapshot_latest
Creates a view of the Edge including all events that are valid at the latest time. This is equivalent to a no-op for Graph and latest() for Persisten
raphtory-graphql/src/model/graph/edge.rs:211
↓ 11 callers
Function
styleAndSave
( page: Page, target: StyleTarget, styling: { colourValue?: string; size?: number }, saveButto
ui-tests/tests/e2e/graph.utils.ts:336
↓ 11 callers
Method
t
(&self)
raphtory-api/src/core/storage/timeindex.rs:263
↓ 11 callers
Method
transaction_manager
(&self)
raphtory-storage/src/durability_ops.rs:14
↓ 11 callers
Method
try_as_composite_edge_filter
(&self)
raphtory/src/db/graph/views/filter/model/mod.rs:127
↓ 10 callers
Function
_query
(server, q: str)
python/tests/test_base_install/test_graphql/test_gql_graph_type.py:20
↓ 10 callers
Function
_query
(server, q: str)
python/tests/test_base_install/test_graphql/test_gql_same_timestamp_writes.py:21
↓ 10 callers
Function
adapt_err_value
(err: &E)
raphtory-api/src/python/error.rs:4
↓ 10 callers
Method
as_f64
(&self)
raphtory/src/db/api/properties/temporal_props.rs:375
↓ 10 callers
Method
as_ref
(&'b self)
db4-storage/src/segments/node/entry.rs:50
↓ 10 callers
Function
bench_edge_temporal_value
( group: &mut BenchmarkGroup<WallTime>, name: &str, graph: &Graph, prop_id: usize, window:
raphtory-benchmark/benches/temporal_props.rs:200
↓ 10 callers
Function
build_graph
(graph_fix: &GraphFixture)
raphtory-tests/src/utils.rs:1089
↓ 10 callers
Function
compare_df
(df1, df2)
python/tests/test_export.py:1101
↓ 10 callers
Method
contains
(&self, layer_id: &LayerId)
raphtory-api/src/core/entities/mod.rs:612
↓ 10 callers
Function
convert_py_schema
( schema: Option<Bound<PyAny>>, )
raphtory/src/python/graph/io/arrow_loaders.rs:47
↓ 10 callers
Method
core_edges
(&self)
raphtory-storage/src/core_ops.rs:101
↓ 10 callers
Method
dst
Returns the destination node of the edge. Returns: Nodes:
raphtory/src/db/api/view/edge.rs:347
↓ 10 callers
Method
edge
(&self, src: N, dst: N)
raphtory/src/db/task/eval_graph.rs:59
↓ 10 callers
Method
edge_time_semantics
(&self)
raphtory/src/db/graph/views/window_graph.rs:302
↓ 10 callers
Method
encode_parquet
(&self, path: impl AsRef<Path>)
raphtory/src/serialise/parquet.rs:145
↓ 10 callers
Method
end
(t: i64)
raphtory-api/src/core/storage/timeindex.rs:257
↓ 10 callers
Method
filter_edges
( &self, graph: &G, filter: &CompositeEdgeFilter, limit: usize, offset
raphtory/src/search/edge_filter_executor.rs:337
↓ 10 callers
Method
filter_exploded_edges
( &self, graph: &G, filter: &CompositeExplodedEdgeFilter, limit: usize,
raphtory/src/search/exploded_edge_filter_executor.rs:325
↓ 10 callers
Method
filtered_temporal_prop_iter
( self, prop_id: usize, view: G, layer_ids: &'a LayerIds, )
raphtory/src/db/api/view/internal/time_semantics/filtered_edge.rs:418
↓ 10 callers
Method
get
Get property value for `key` if it exists. Arguments: key (str): the name of the property. Returns: TemporalProperty: the property view if it exists
raphtory/src/python/graph/properties/temporal_props.rs:161
↓ 10 callers
Method
get_mut_src
(&mut self)
db4-storage/src/pages/node_page/writer.rs:290
↓ 10 callers
Method
get_or_create_layer
(&self, layer_id: LayerId)
db4-storage/src/pages/layer_counter.rs:87
↓ 10 callers
Function
get_parquet_file_paths
(parquet_path: &Path)
raphtory/src/io/parquet_loaders.rs:452
↓ 10 callers
Function
get_reader
(index: &Arc<Index>)
raphtory/src/search/mod.rs:123
↓ 10 callers
Method
groups
(&'a self)
raphtory/src/db/api/state/group_by.rs:120
↓ 10 callers
Method
has_layer_inner
(self, layer_id: LayerId)
db4-storage/src/segments/edge/entry.rs:170
↓ 10 callers
Function
interior_window
Exclude anything from the window that happens before the last deletion at the start of the window
raphtory/src/db/api/view/internal/time_semantics/persistent_semantics.rs:191
↓ 10 callers
Method
into_dyn
(self)
raphtory/src/db/graph/path.rs:294
↓ 10 callers
Method
into_input_time
Pass the underlying `InputTime` straight through to write paths so `Simple` causes the graph to allocate a fresh `event_id` and `Indexed` locks one ex
raphtory-graphql/src/model/graph/timeindex.rs:103
↓ 10 callers
Function
is_parquet_path
(path: &PathBuf)
raphtory/src/io/parquet_loaders.rs:32
↓ 10 callers
Method
iter
(&self)
raphtory/src/python/types/result_vec_iterable.rs:38
↓ 10 callers
Method
iter
(&self)
raphtory/src/db/api/state/group_by.rs:37
↓ 10 callers
Method
iter
(&self, num_layers: usize)
raphtory-api/src/core/entities/mod.rs:633
↓ 10 callers
Method
iter_rev
(self)
raphtory-core/src/storage/timeindex.rs:266
↓ 10 callers
Method
len
(&self)
raphtory/src/db/api/state/node_state.rs:123
↓ 10 callers
Function
load_edges_from_df_prefetch
( df_view: DFView<I1>, column_names: ColumnNames, resolve_nodes: bool, // this is reserved for int
raphtory/src/arrow_loader/df_loaders/edges.rs:106
↓ 10 callers
Method
map
(&self, op: F)
raphtory/src/db/graph/node.rs:363
↓ 10 callers
Method
matches
(&self, node_value: Option<&str>)
raphtory/src/db/graph/views/filter/model/filter.rs:237
↓ 10 callers
Method
max
(&self)
raphtory/src/arrow_loader/dataframe.rs:225
↓ 10 callers
Method
max_segment_len
(&self)
db4-storage/src/pages/node_store.rs:197
↓ 10 callers
Method
node_id
(&self, v: VID)
raphtory-storage/src/core_ops.rs:176
↓ 10 callers
Method
num_nodes
(&self)
db4-storage/src/pages/node_store.rs:148
↓ 10 callers
Function
page_rank
PageRank Algorithm: PageRank shows how important a node is in a graph. # Arguments - `g`: A GraphView object - `weight`: Edge property key to use as
raphtory/src/algorithms/centrality/pagerank.rs:58
↓ 10 callers
Method
par_iter
(&self)
raphtory/src/arrow_loader/node_col.rs:239
↓ 10 callers
Method
parent
Parent namespace, or null at the root.
raphtory-graphql/src/model/graph/namespace.rs:243
↓ 10 callers
Function
parent_namespace
Returns the namespace portion of a graph path: everything before the last `/`. For top-level graphs (no `/`), returns `""` (the root namespace).
raphtory-graphql/src/data.rs:611
↓ 10 callers
Method
path
(&self)
db4-storage/src/dir/mod.rs:14
← previous
next →
601–700 of 10,117, ranked by callers