Skip to content

Latest commit

 

History

History
94 lines (51 loc) · 1022 Bytes

pinot-noir.iqueryresult.md

File metadata and controls

94 lines (51 loc) · 1022 Bytes

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