Skip to content

Interface: DynamicQueryResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Row / DynamicQueryResponse

Interface: DynamicQueryResponse

Defined in: src/types/row.ts:247

Response from dynamic query.

Properties

durationUs

durationUs: number

Defined in: src/types/row.ts:255

Query time in microseconds.


groups?

optional groups: DynamicQueryGroupDto[]

Defined in: src/types/row.ts:251

Grouped results (when group_by is used).


results?

optional results: DynamicQueryResultDto[]

Defined in: src/types/row.ts:249

Query results (when not grouping).


totalMatches

totalMatches: number

Defined in: src/types/row.ts:253

Total matches found.