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
↓ 80 callers
Function
waitForLayoutToFinish
( page: Page, queryTimeout?: number, layoutTimeout?: number, )
ui-tests/tests/e2e/utils.ts:25
↓ 79 callers
Method
max
Compute the maximum interval between consecutive timestamps.
raphtory/src/db/api/view/history.rs:1029
↓ 79 callers
Method
max
(self, other: Prop)
raphtory-api/src/core/entities/properties/prop/prop_enum.rs:772
↓ 78 callers
Method
first
(&self)
raphtory-core/src/storage/timeindex.rs:241
↓ 78 callers
Method
src
(&self)
raphtory-api/src/core/entities/edges/edge_ref.rs:94
↓ 77 callers
Method
id
(&self)
raphtory/src/python/graph/edge.rs:189
↓ 76 callers
Method
get
Get item for key if it is cached
raphtory-graphql/src/cache.rs:94
↓ 75 callers
Method
count_edges
Number of edges in the graph Returns: int: the number of edges in the graph
raphtory/src/python/graph/views/graph_view.rs:222
↓ 75 callers
Method
encode
(&self, path: impl Into<GraphFolder>)
raphtory/src/serialise/serialise.rs:62
↓ 75 callers
Method
into_iter
(self)
raphtory-tests/src/utils.rs:613
↓ 74 callers
Method
delete_edge
Deletes an edge at the given time, src, dst and optional layer.
raphtory-graphql/src/client/remote_graph.rs:309
↓ 73 callers
Method
items
Get a list of key-value pairs Returns: list[Tuple[str, PropValue]]:
raphtory/src/python/graph/properties/props.rs:170
↓ 72 callers
Method
into_time
Build an `EventTime`. For read-side use only — write paths should call `into_input_time` instead so auto-increment of `event_id` works.
raphtory-graphql/src/model/graph/timeindex.rs:111
↓ 72 callers
Method
is_none
Returns true if the OptionalEventTime doesn't contain an EventTime. Returns: bool:
raphtory-api/src/python/timeindex.rs:410
↓ 70 callers
Method
min
(self, other: Prop)
raphtory-api/src/core/entities/properties/prop/prop_enum.rs:764
↓ 68 callers
Method
finish
Swap old and new data and delete the old graph
raphtory-graphql/src/paths.rs:550
↓ 68 callers
Method
in_degree
Get the in-degree of this node (i.e., the number of edges that are incident to it from other nodes). Returns: int: The in-degree of this node.
raphtory/src/python/graph/node.rs:229
↓ 68 callers
Method
last
(&self)
raphtory-core/src/storage/timeindex.rs:249
↓ 67 callers
Method
iter
Iterate over `EventTime` entries in chronological order.
raphtory/src/db/api/view/history.rs:113
↓ 66 callers
Method
first
Get the first item produced by forward iteration in this `History`.
raphtory/src/db/api/view/history.rs:153
↓ 66 callers
Method
materialize
(&self)
raphtory/src/db/api/view/graph.rs:670
↓ 65 callers
Method
count_nodes
Number of nodes in the graph Returns: int: the number of nodes in the graph
raphtory/src/python/graph/views/graph_view.rs:238
↓ 64 callers
Method
collect
Compute all History objects and return the result as a list Returns: list[History]: all History objects as a list
raphtory/src/python/graph/node_state/node_state_history.rs:197
↓ 64 callers
Method
metadata
(self, prop_id: usize)
db4-storage/src/properties/mod.rs:387
↓ 64 callers
Method
node_meta
(&self)
raphtory-storage/src/graph/graph.rs:282
↓ 64 callers
Method
storage
(&self)
raphtory-storage/src/graph/edges/unlocked.rs:14
↓ 63 callers
Method
exists
(&self, elid: ELID)
db4-storage/src/pages/locked/edges.rs:114
↓ 63 callers
Method
layers
(&self)
db4-storage/src/segments/graph_prop/segment.rs:76
↓ 62 callers
Method
len
(&self)
raphtory/src/python/graph/node_state/group_by.rs:71
↓ 61 callers
Method
rolling
( &self, window: I, step: Option<I>, )
raphtory/src/db/api/view/time.rs:328
↓ 60 callers
Method
ge
(field_name: impl Into<String>, field_value: V)
raphtory/src/db/graph/views/filter/model/filter.rs:228
↓ 60 callers
Method
send_graph
Send a graph (base64-encoded string) to the server.
raphtory-graphql/src/client/raphtory_client.rs:134
↓ 59 callers
Method
flatten
Flatten the iterable of history objects into a single list of all contained time entries. Returns: list[EventTime]: List of time entries.
raphtory/src/python/graph/history.rs:1068
↓ 59 callers
Method
fuzzy_search
Returns a filter expression that checks if the specified properties approximately match the specified string. Uses a specified Levenshtein distance a
raphtory/src/db/graph/views/filter/model/filter.rs:143
↓ 58 callers
Method
datetime
()
raphtory-api/src/python/prop.rs:618
↓ 58 callers
Method
range
(&self, w: Range<Self::IndexType>)
raphtory/src/db/api/view/internal/time_semantics/filtered_node.rs:88
↓ 58 callers
Method
values
(&self)
raphtory/src/arrow_loader/dataframe.rs:168
↓ 57 callers
Method
iter
(&self)
raphtory-core/src/storage/mod.rs:104
↓ 56 callers
Method
edges
(&self)
raphtory-tests/src/utils.rs:578
↓ 56 callers
Method
extend
(&mut self, extension: impl IntoIterator<Item = (EntityRef, f32)>)
raphtory/src/vectors/vector_selection.rs:50
↓ 55 callers
Method
contains
(&self, node: V)
raphtory/src/db/graph/nodes.rs:318
↓ 55 callers
Method
dst
(&self)
raphtory-api/src/core/entities/edges/edge_ref.rs:99
↓ 55 callers
Method
into
(self)
raphtory-tests/src/assertions.rs:28
↓ 55 callers
Method
starts_with
(left: Expr, right: Expr)
raphtory-cypher/src/parser/ast.rs:335
↓ 54 callers
Method
after
(&self, start: T)
raphtory/src/db/api/view/time.rs:279
↓ 54 callers
Method
ne
(field_name: impl Into<String>, field_value: impl Into<String>)
raphtory/src/db/graph/views/filter/model/filter.rs:62
↓ 53 callers
Method
as_ref
(&self)
raphtory-api/src/core/entities/mod.rs:344
↓ 53 callers
Method
gt
(left: Expr, right: Expr)
raphtory-cypher/src/parser/ast.rs:366
↓ 53 callers
Method
temporal_prop_mapper
(&self)
raphtory-api/src/core/entities/properties/meta.rs:70
↓ 53 callers
Method
writer
( &'a self, segment_id: usize, )
db4-storage/src/pages/node_store.rs:384
↓ 52 callers
Method
edge_meta
(&self)
raphtory-storage/src/graph/graph.rs:289
↓ 52 callers
Function
init_edges_graph
Initializes the graph with nodes and properties.
python/tests/test_search/test_index.py:666
↓ 52 callers
Method
u64
(value: u64)
raphtory-api/src/python/prop.rs:236
↓ 51 callers
Function
init_graph
Initializes the graph with nodes and properties.
python/tests/test_search/test_index.py:6
↓ 51 callers
Function
search_nodes
(graph, filter_expr, limit=20, offset=0)
python/tests/test_search/test_index.py:62
↓ 50 callers
Function
getGraphState
(page: Page)
ui-tests/tests/e2e/graph.utils.ts:428
↓ 50 callers
Method
iter
TODO: need something that returns PropRef instead to avoid allocations
raphtory-api/src/core/entities/properties/prop/prop_array.rs:109
↓ 50 callers
Method
not_contains
(field_name: impl Into<String>, field_value: impl Into<String>)
raphtory/src/db/graph/views/filter/model/filter.rs:125
↓ 49 callers
Method
get
(&self, node: V)
raphtory/src/db/graph/nodes.rs:265
↓ 49 callers
Method
is_some
Checks whether the property value is present (not `None`). Returns: filter.FilterExpr: A filter expression evaluating `value is not None`.
raphtory/src/python/filter/property_filter_builders.rs:146
↓ 49 callers
Method
properties
(&self)
raphtory-cypher/src/hop/execution.rs:110
↓ 48 callers
Method
ends_with
(left: Expr, right: Expr)
raphtory-cypher/src/parser/ast.rs:339
↓ 48 callers
Method
index
(&self)
raphtory/src/algorithms/community_detection/modularity.rs:12
↓ 48 callers
Method
into_inner
Calls `Arc::into_inner` on the underlying Arc until we hold the only reference and returns it
raphtory-graphql/src/graph.rs:68
↓ 48 callers
Method
new_graph
Create a new empty graph on the server.
raphtory-graphql/src/client/raphtory_client.rs:321
↓ 47 callers
Method
as_u64
(&self)
raphtory-api/src/core/entities/mod.rs:38
↓ 47 callers
Method
count
(self, layers: &LayerIds)
raphtory-storage/src/graph/edges/edges.rs:84
↓ 47 callers
Method
to_path_buf
(&self)
raphtory-graphql/src/data.rs:168
↓ 46 callers
Method
core_edge
(&self, eid: Either<EID, EdgeRef>)
raphtory-storage/src/core_ops.rs:106
↓ 46 callers
Method
dtype
Returns the `PropType` of the wrapped value. Returns: PropType:
raphtory-api/src/python/prop.rs:419
↓ 46 callers
Method
execute
(&self, request: BatchRequest)
raphtory-graphql/src/auth.rs:70
↓ 46 callers
Method
get
(&self, i: usize)
raphtory/src/arrow_loader/dataframe.rs:164
↓ 46 callers
Method
layer
(self, layer: L)
raphtory/src/db/graph/views/filter/model/mod.rs:596
↓ 45 callers
Method
collect
(&self)
raphtory/src/db/api/state/lazy_node_state.rs:219
↓ 45 callers
Method
get
Look up a single property by key. Returns null if no property with that key exists in the current view.
raphtory-graphql/src/model/graph/property.rs:548
↓ 45 callers
Method
get_opt
(&self, id: usize)
raphtory-core/src/storage/lazy_vec.rs:308
↓ 45 callers
Method
iter
(&self)
raphtory-graphql/src/model/graph/edges.rs:55
↓ 45 callers
Function
navigateInSavedGraphs
( page: Page, path: { namespace: string; graphName?: string }, options: { method?: OpenSav
ui-tests/tests/e2e/saved-graphs.utils.ts:39
↓ 44 callers
Function
bench
( group: &mut BenchmarkGroup<WallTime>, name: &str, parameter: Option<usize>, mut task: F, )
raphtory-benchmark/src/common/mod.rs:44
↓ 44 callers
Method
get
(&self, layer_id: LayerId)
db4-storage/src/pages/layer_counter.rs:78
↓ 44 callers
Method
path
(&self)
raphtory/src/search/graph_index.rs:313
↓ 43 callers
Method
as_ref
(&self)
raphtory/src/serialise/graph_folder.rs:548
↓ 43 callers
Method
contains
(left: Expr, right: Expr)
raphtory-cypher/src/parser/ast.rs:331
↓ 43 callers
Method
get
Get property value. First searches temporal properties and returns latest value if it exists. If not, it falls back to static properties. Arguments:
raphtory/src/python/graph/properties/props.rs:101
↓ 43 callers
Function
global_info_logger
()
raphtory-api/src/core/utils/logging.rs:33
↓ 43 callers
Method
into_iter
(self)
raphtory/src/db/api/view/history.rs:198
↓ 43 callers
Method
len
(&self)
raphtory-api/src/core/entities/properties/prop/prop_array.rs:65
↓ 43 callers
Method
resolve_pos
(&self, e_id: EID)
db4-storage/src/pages/edge_store.rs:250
↓ 43 callers
Function
search_edges
(graph, filter_expr, limit=20, offset=0)
python/tests/test_search/test_index.py:722
↓ 42 callers
Function
create_graph_date
(g)
python/tests/test_base_install/test_graphql/test_apply_views.py:17
↓ 42 callers
Method
get
(&self, pos: LocalPOS)
db4-storage/src/segments/mod.rs:55
↓ 42 callers
Method
len
(&self)
db4-storage/src/state.rs:143
↓ 42 callers
Method
metadata_mapper
(&self)
raphtory-api/src/core/entities/properties/meta.rs:66
↓ 42 callers
Method
next
(&self)
raphtory-api/src/core/storage/timeindex.rs:237
↓ 42 callers
Method
type_filter
( &self, node_types: I, )
raphtory/src/db/graph/path.rs:111
↓ 41 callers
Method
as_ref
(&self)
raphtory-cypher/src/hop/operator.rs:43
↓ 41 callers
Method
collect
(&mut self, doc_id: u32, _score: Score)
raphtory/src/search/collectors/unique_entity_filter_collector.rs:58
↓ 40 callers
Method
build
(&mut self)
raphtory-graphql/src/config/app_config.rs:454
↓ 40 callers
Method
graph
(&self)
db4-graph/src/lib.rs:463
↓ 40 callers
Method
into_prop
(self)
raphtory-api/src/core/entities/properties/prop/arrow.rs:190
← previous
next →
101–200 of 10,117, ranked by callers