Type alias ExecuteQueryResult
ExecuteQueryResult:
QueryState& {refetch: () =>void;rowCount:number; }
Result of a query execution.
ExecuteQueryResult.refetchrefetch: () =>
voidFunction to refetch the query
Returns
void
ExecuteQueryResult.rowCountrowCount?:
numberTotal row count of the query result, ignoring the
countandoffsetpaging.Populated only when ExecuteQueryParams.includeRowCount is enabled and the Sisense instance supports the row count API;
undefinedotherwise.