MCPcopy 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
188RenderingResultIterator RenderingQueryResult::begin() {
189 return RenderingResultIterator(*this);
190}
191
192RenderingResultIterator RenderingQueryResult::end() {
193 return RenderingResultIterator(nullptr);

Callers 15

RenderTableMetadataMethod · 0.45
PrintErrorMethod · 0.45
DisplayColorsFunction · 0.45
GetParseTokensFunction · 0.45
AddExtraHighlightingMethod · 0.45
run_benchmarksFunction · 0.45
test_art_keys.cppFile · 0.45
test_loggingFunction · 0.45
LoadConfigMethod · 0.45
is_subsetFunction · 0.45
test_api.cppFile · 0.45

Calls 1

Tested by 6

test_loggingFunction · 0.36
LoadConfigMethod · 0.36
is_subsetFunction · 0.36
ForEachTokenReplaceMethod · 0.36
ExecuteFileMethod · 0.36
ArrowTestFactoryMethod · 0.36