Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphLite-AI/GraphLite
/ next
Method
next
graphlite/src/exec/row_iterator.rs:94–96 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
92
type Item = Result<Row, ExecutionError>;
93
94
fn next(&mut self) -> Option<Self::Item> {
95
self.rows.next().map(Ok)
96
}
97
98
fn size_hint(&self) -> (usize, Option<usize>) {
99
self.rows.size_hint()
Callers
15
test_error_row_iterator
Function · 0.80
evaluate_expression_with_types
Method · 0.80
evaluate_expression
Method · 0.80
match_like_pattern
Method · 0.80
evaluate_function_call
Method · 0.80
get_primary_entity
Method · 0.80
validate_index_name
Method · 0.80
process_without_aggregation
Method · 0.80
execute_modification
Method · 0.80
execute_modification
Method · 0.80
execute_modification
Method · 0.80
execute_modification
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_error_row_iterator
Function · 0.64