Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.91 KB

node-duckdb.iexecuteoptions.md

File metadata and controls

20 lines (13 loc) · 1.91 KB

Node-DuckDB API > IExecuteOptions

IExecuteOptions interface

Options for connection.execute

Signature:

export interface IExecuteOptions

Properties

Property Type Description
forceMaterialized? boolean (Optional) Materialized means that the whole result is loaded into memory, as opposed to streaming which means there is a pointer to the next row and rows are retrieved one by one. If falsy, DuckDB will *attempt* to not load the whole result set into memory at once.
rowResultFormat? RowResultFormat (Optional) Row format