Specifier for how DuckDB attempts to load the result
Signature:
export declare enum ResultType
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 |