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
↓ 14 callers
Function
check_valid
(e: &EdgeView<G>)
raphtory-tests/tests/test_deletions.rs:569
↓ 14 callers
Method
clear
Clears the folder of any contents.
raphtory/src/serialise/graph_folder.rs:400
↓ 14 callers
Function
convert_py_prop_args
(properties: Option<&[PyBackedStr]>)
raphtory/src/python/graph/io/arrow_loaders.rs:43
↓ 14 callers
Method
delete_edge
( &mut self, t: T, edge_pos: LocalPOS, src: VID, dst: VID, lay
db4-storage/src/pages/edge_page/writer.rs:72
↓ 14 callers
Method
est_size
(&self)
db4-storage/src/segments/edge/segment.rs:136
↓ 14 callers
Method
est_size
This is the best guess for the size of one row of properties
raphtory-api/src/core/entities/properties/prop/prop_type.rs:144
↓ 14 callers
Method
exclude_properties
(&self, redaction: &PropertyRedaction)
raphtory/src/db/api/view/graph.rs:730
↓ 14 callers
Method
explode
Returns an edge object for each update within the original edge.
raphtory-graphql/src/model/graph/edge.rs:425
↓ 14 callers
Method
filtered_deletions_iter
( self, view: G, layer_ids: &'a LayerIds, )
raphtory/src/db/api/view/internal/time_semantics/filtered_edge.rs:349
↓ 14 callers
Method
get_mut
(&mut self, index: I)
db4-storage/src/state.rs:402
↓ 14 callers
Method
i32
(value: i32)
raphtory-api/src/python/prop.rs:248
↓ 14 callers
Method
id
(&self)
raphtory/src/core/state/accumulator_id.rs:14
↓ 14 callers
Method
internalise_node
(&self, v: NodeRef)
raphtory-storage/src/graph/graph.rs:162
↓ 14 callers
Method
into_arc_dyn
Convert this history into an Arc<dyn InternalHistoryOps> to enable dynamic dispatch and sharing (through `Send` + `Sync`). Particularly useful for Pyt
raphtory/src/db/api/view/history.rs:189
↓ 14 callers
Method
into_iter
(self)
raphtory/src/db/api/state/node_state.rs:226
↓ 14 callers
Method
is_new
(&self)
raphtory-graphql/src/paths.rs:326
↓ 14 callers
Method
iter_rev
(self)
raphtory/src/db/api/view/internal/time_semantics/filtered_node.rs:100
↓ 14 callers
Method
iter_window
( &self, r: Range<EventTime>, )
raphtory-core/src/entities/properties/tcell.rs:93
↓ 14 callers
Method
keys_ref
(&self)
raphtory/src/db/api/state/generic_node_state.rs:233
↓ 14 callers
Method
last_before
(&self, t: EventTime)
raphtory-core/src/entities/properties/tcell.rs:117
↓ 14 callers
Method
len
(&self)
raphtory-api/src/core/entities/layers.rs:230
↓ 14 callers
Method
num_edges
(&self)
db4-storage/src/pages/edge_store.rs:497
↓ 14 callers
Function
parse_expr
(pairs: Pairs<Rule>)
raphtory-cypher/src/parser/mod.rs:285
↓ 14 callers
Method
remove
(&self, key: &u64)
raphtory/src/vectors/cache.rs:106
↓ 14 callers
Function
searchForEntity
( page: Page, entity: | { type: 'node'; nodeType: string;
ui-tests/tests/e2e/search.utils.ts:71
↓ 14 callers
Method
snapshot_at
Creates a view of the Edge including all events that are valid at time. This is equivalent to before(time + 1) for Graph and at(time) for PersistentG
raphtory-graphql/src/model/graph/edge.rs:201
↓ 14 callers
Method
t
Extract just the timestamp (for read-side query args like `window`, `at`, `before`, `after`). Auto-increment semantics aren't relevant when only readi
raphtory-graphql/src/model/graph/timeindex.rs:93
↓ 14 callers
Method
value
(&self, i: usize)
raphtory/src/db/api/state/node_state.rs:115
↓ 14 callers
Method
write_session
(&self)
raphtory/src/db/api/storage/storage.rs:548
↓ 13 callers
Method
as_gid_ref
(&self)
raphtory-core/src/entities/nodes/node_ref.rs:24
↓ 13 callers
Method
as_ref
(&'b self)
db4-storage/src/segments/edge/entry.rs:46
↓ 13 callers
Function
block_on
(future: F)
raphtory/src/python/utils/mod.rs:438
↓ 13 callers
Function
check_deleted
(e: &EdgeView<G>)
raphtory-tests/tests/test_deletions.rs:576
↓ 13 callers
Function
compare_list_of_dicts
(list1, list2)
python/tests/test_export.py:1119
↓ 13 callers
Method
contains
Returns a filter expression that checks whether the string representation of the node ID contains the given substring. Arguments: value (str): Substr
raphtory/src/python/filter/node_filter_builders.rs:169
↓ 13 callers
Method
create_index_in_ram_with_spec
(&self, py_spec: &PyIndexSpec)
raphtory/src/python/graph/graph.rs:1222
↓ 13 callers
Method
edge_meta
(&self)
db4-graph/src/lib.rs:314
↓ 13 callers
Method
filtered
Checks if the graph has any kind of filter applied (includes window and layer filters)
raphtory/src/db/api/view/internal/filter_ops.rs:200
↓ 13 callers
Method
filtered_additions
( self, layer_id: LayerId, view: G, )
raphtory/src/db/api/view/internal/time_semantics/filtered_edge.rs:379
↓ 13 callers
Method
flush
(&self)
db4-graph/src/lib.rs:179
↓ 13 callers
Method
get_or_init
(&self, gid: GidRef)
db4-storage/src/resolver/mapping_resolver.rs:228
↓ 13 callers
Method
get_storage
(&self)
raphtory/src/db/api/storage/storage.rs:380
↓ 13 callers
Method
graph_entry
(&self)
raphtory-storage/src/graph/graph.rs:262
↓ 13 callers
Method
id
(&self)
raphtory/src/python/graph/node.rs:159
↓ 13 callers
Method
is_valid
(&self, col: usize)
raphtory-api/src/core/entities/properties/prop/arrow.rs:207
↓ 13 callers
Method
len
(&self)
raphtory-core/src/storage/string_col.rs:51
↓ 13 callers
Function
lotr_graph
Constructs a graph from the LOTR dataset Including all edges, nodes and timestamps # Arguments - shards: The number of shards to use for the graph
raphtory/src/graph_loader/lotr_graph.rs:80
↓ 13 callers
Method
node
(&self, n: impl AsNodeRef)
raphtory/src/db/task/eval_graph.rs:46
↓ 13 callers
Method
out_ref
(self)
raphtory-storage/src/graph/edges/edge_storage_ops.rs:84
↓ 13 callers
Function
query
(graph: str, window: str)
python/tests/test_base_install/test_graphql/misc/test_snapshot.py:11
↓ 13 callers
Function
rightClickOnNode
(page: Page, displayName: string)
ui-tests/tests/e2e/graph.utils.ts:106
↓ 13 callers
Function
run_mutation
(schema: &Schema, query: &str)
raphtory-graphql/src/test_support.rs:63
↓ 13 callers
Method
subgraph
View restricted to a chosen set of nodes and the edges between them. Edges connecting a selected node to a non-selected node are hidden.
raphtory-graphql/src/model/graph/graph.rs:162
↓ 13 callers
Method
time_and_event_id
Gets the EventTime if the edge is exploded
raphtory/src/db/api/view/edge.rs:500
↓ 13 callers
Method
update_c_props
( &mut self, edge_pos: LocalPOS, src: VID, dst: VID, layer_id: LayerId
db4-storage/src/pages/edge_page/writer.rs:203
↓ 12 callers
Method
as_vid
(self, page_id: usize, max_page_len: u32)
db4-storage/src/lib.rs:160
↓ 12 callers
Method
at
(&self, ti: &EventTime)
db4-storage/src/generic_t_props.rs:142
↓ 12 callers
Function
build_and_check_parquet_encoding
proptest
raphtory-tests/tests/df_loaders.rs:1159
↓ 12 callers
Function
create_test_graph
(g)
python/test_utils/filters_setup.py:556
↓ 12 callers
Method
current
(&self)
raphtory/src/core/state/compute_state.rs:72
↓ 12 callers
Method
data_path
(&self)
raphtory/src/serialise/graph_folder.rs:162
↓ 12 callers
Method
deref
(&self)
raphtory-tests/src/utils.rs:1332
↓ 12 callers
Method
exclude_valid_layers
(&self, layers: L)
raphtory/src/db/api/view/layer.rs:79
↓ 12 callers
Function
fallback_filter_exploded_edges
( graph: &G, filter: &(impl CreateFilter + Clone), limit: usize, offset: usize, )
raphtory/src/search/mod.rs:164
↓ 12 callers
Function
fetchAndCheck
(errorRate: Rate, query: QueryRootGenqlSelection)
graphql-bench/src/utils.ts:71
↓ 12 callers
Method
filter_nodes
( &self, graph: &G, filter: &CompositeNodeFilter, limit: usize, offset
raphtory/src/search/node_filter_executor.rs:335
↓ 12 callers
Function
gen_timestamp
(rng: &mut impl Rng)
raphtory-benchmark/src/graph_gen/raph_social.rs:91
↓ 12 callers
Method
get
(&self, idx: usize)
raphtory/src/db/api/state/generic_node_state.rs:272
↓ 12 callers
Method
get_dtype
(&self, prop_id: usize)
raphtory-api/src/core/entities/properties/meta.rs:400
↓ 12 callers
Method
get_id
(&self, key: &str)
raphtory/src/db/api/properties/props.rs:102
↓ 12 callers
Method
get_temporal_prop
(&self, prop_id: usize)
db4-storage/src/segments/graph_prop/segment.rs:153
↓ 12 callers
Function
history_test
(key, value)
python/tests/test_base_install/test_graphdb/test_graphdb.py:442
↓ 12 callers
Method
immut_lsn
(&self)
db4-storage/src/segments/edge/segment.rs:622
↓ 12 callers
Function
init_graph2
(graph)
python/test_utils/filters_setup.py:103
↓ 12 callers
Method
internal_filter_edge_layer
(&self, edge: EdgeEntryRef, layer: LayerId)
raphtory/src/db/api/view/internal/edge_filter_ops.rs:139
↓ 12 callers
Method
internal_filter_node
(&self, node: NodeStorageRef, layer_ids: &LayerIds)
raphtory/src/db/api/view/internal/node_filter_ops.rs:82
↓ 12 callers
Method
invert
(self)
raphtory/src/db/api/view/internal/time_semantics/filtered_edge.rs:29
↓ 12 callers
Method
is_deleted
Check if the edge is currently deleted Returns: bool:
raphtory/src/python/graph/edge.rs:232
↓ 12 callers
Method
is_empty
Returns True if the history is empty.
raphtory-graphql/src/model/graph/history.rs:137
↓ 12 callers
Method
iter
(&self)
raphtory/src/db/api/state/node_state.rs:87
↓ 12 callers
Method
keys
List the available property keys. Returns: list[str]:
raphtory/src/python/graph/properties/temporal_props.rs:104
↓ 12 callers
Method
latest
View of this edge pinned to the graph's latest time — equivalent to `at(graph.latestTime)`. The edge's properties and metadata show their most recent
raphtory-graphql/src/model/graph/edge.rs:193
↓ 12 callers
Method
len
(&self)
raphtory/src/db/api/state/lazy_node_state.rs:712
↓ 12 callers
Method
map
(self, map_fn: impl FnOnce(Index) -> R)
raphtory-api/src/core/storage/dict_mapper.rs:65
↓ 12 callers
Method
max_page_len
(&self)
db4-storage/src/state.rs:155
↓ 12 callers
Method
name
(self)
raphtory-benchmark/python/kuzu_bench.py:27
↓ 12 callers
Method
name
(self)
raphtory-api/src/core/entities/layers.rs:93
↓ 12 callers
Method
node_type_meta
(&self)
raphtory-api/src/core/entities/properties/meta.rs:78
↓ 12 callers
Method
push
(&mut self, t: Option<T>)
raphtory-core/src/storage/lazy_vec.rs:30
↓ 12 callers
Function
save_graphs_to_work_dir
( data: &Data, graphs: &HashMap<String, MaterializedGraph>, )
raphtory-graphql/src/data.rs:888
↓ 12 callers
Method
searcher
(&self)
raphtory/src/search/graph_index.rs:333
↓ 12 callers
Method
set_delimiter
Sets the delimiter character used in the CSV file. # Arguments `d` - A string containing the delimiter character. # Example ```no_run use raphtory
raphtory/src/io/csv_loader.rs:206
↓ 12 callers
Method
set_lsn
(&mut self, lsn: LSN)
db4-storage/src/pages/session.rs:203
↓ 12 callers
Method
snapshot_latest
(&self)
raphtory/src/db/api/view/time.rs:272
↓ 12 callers
Method
temporal
(&self)
raphtory/src/db/graph/views/filter/model/mod.rs:456
↓ 12 callers
Method
temporal_value
(&self, id: usize)
raphtory/src/db/graph/edge.rs:581
↓ 12 callers
Function
truncate_dt_to_ms
(dt: datetime)
python/test_utils/utils.py:265
↓ 12 callers
Method
try_as_composite_node_filter
(&self)
raphtory/src/db/graph/views/filter/model/mod.rs:123
↓ 12 callers
Method
wal
(&self)
raphtory-storage/src/durability_ops.rs:18
↓ 12 callers
Method
work_dir_write
(&self)
raphtory-graphql/src/data.rs:313
← previous
next →
501–600 of 10,117, ranked by callers