Home > pinot-noir > IQueryResult
Query result.
Signature:
export interface IQueryResult<TRows = unknown>
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string | undefined |
(Optional) Query options. | ||
TRows |
Data rows. | ||
string |
Compiled SQL query. | ||
Query stats. |