Type alias DdsqlTabularQueryState

DdsqlTabularQueryState: typeof RUNNING | typeof COMPLETED | UnparsedObject

Lifecycle state of a DDSQL tabular query response. running means the query is still executing and the client should poll the fetch endpoint with the returned query_id. completed means the result set is inlined in columns and no further polling is required.

Generated using TypeDoc