Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 869 Bytes

node-duckdb.resulttype.md

File metadata and controls

20 lines (13 loc) · 869 Bytes

Node-DuckDB API > ResultType

ResultType enum

Specifier for how DuckDB attempts to load the result

Signature:

export declare enum ResultType

Enumeration Members

Member Value Description
Materialized "Materialized" Load the whole result set into memory
Streaming "Streaming" Keep pointer to the first row, don't load the whole result set all at once