MCPcopy 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
379def test_fetch_df_chunks() -> None:
380 import duckdb
381
382 duckdb.connect(":memory:").execute("select 1").fetch_df_chunk(1)
383
384
385def test_fetchmany(engine: Engine) -> None:

Callers

nothing calls this directly

Calls 2

executeMethod · 0.80
connectMethod · 0.80

Tested by

no test coverage detected