Skip to content

Latest commit

 

History

History
94 lines (51 loc) · 1 KB

pinot-noir.iqueryresult.md

File metadata and controls

94 lines (51 loc) · 1 KB

Home > pinot-noir > IQueryResult

IQueryResult interface

Query result.

Signature:

export interface IQueryResult<TRows = unknown>

Properties

Property

Modifiers

Type

Description

queryOptions?

string | undefined

(Optional) Query options.

rows

TRows

Data rows.

sql

string

Compiled SQL query.

stats

IQueryStats

Query stats.