Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mause/duckdb_engine
/ test_fetch_df_chunks
Function
test_fetch_df_chunks
duckdb_engine/tests/test_basic.py:379–382 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
377
378
379
def
test_fetch_df_chunks() -> None:
380
import
duckdb
381
382
duckdb.connect(
":memory:"
).execute(
"select 1"
).fetch_df_chunk(1)
383
384
385
def
test_fetchmany(engine: Engine) -> None:
Callers
nothing calls this directly
Calls
2
execute
Method · 0.80
connect
Method · 0.80
Tested by
no test coverage detected