ExperimentalExperimentalRun a query and materialize every row as a plain object. Prefer streamQuery for progressive work.
Optionaloptions: DuckDbQueryOptionsExperimentalMake a parquet buffer addressable by name inside read_parquet('name').
Used by tests and by callers that already hold bytes; HTTP(S) URLs are read
directly by DuckDB and need no registration.
OptionalstreamExperimentalStream bounded Arrow record batches without materializing the full relation.
Optionaloptions: DuckDbQueryOptions
Minimal DuckDB surface the GeoParquet
Sourceneeds. A driver owns exactly one DuckDB instance + connection;close()disposes both (and, in the browser, terminates the shared Web Worker).