Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/duckdb/duckdb
/ begin
Method
begin
tools/shell/shell_renderer.cpp:188–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
RenderingResultIterator RenderingQueryResult::begin() {
189
return RenderingResultIterator(*this);
190
}
191
192
RenderingResultIterator RenderingQueryResult::end() {
193
return RenderingResultIterator(nullptr);
Callers
15
RenderTableMetadata
Method · 0.45
PrintError
Method · 0.45
DisplayColors
Function · 0.45
GetParseTokens
Function · 0.45
AddExtraHighlighting
Method · 0.45
run_benchmarks
Function · 0.45
test_art_keys.cpp
File · 0.45
test_logging
Function · 0.45
LoadConfig
Method · 0.45
is_subset
Function · 0.45
test_insertion_order_preserving_map.cpp
File · 0.45
test_api.cpp
File · 0.45
Calls
1
RenderingResultIterator
Class · 0.70
Tested by
6
test_logging
Function · 0.36
LoadConfig
Method · 0.36
is_subset
Function · 0.36
ForEachTokenReplace
Method · 0.36
ExecuteFile
Method · 0.36
ArrowTestFactory
Method · 0.36