Optional requestFactory: DDSQLApiRequestFactoryOptional responseProcessor: DDSQLApiResponseProcessorPrivate configurationPrivate requestPrivate responseThe request object
Optional options: ConfigurationPoll a previously submitted DDSQL query for results. Pass the opaque query_id returned
by a prior ExecuteDdsqlTabularQuery (or by a prior FetchDdsqlTabularQuery that
returned state: running) and the server returns either a running state to poll again
or a completed state with the column-major result set inlined.
The request object
Optional options: ConfigurationGenerated using TypeDoc
Submit a DDSQL statement and return either a
runningstate with an opaquequery_idfor the client to poll, or acompletedstate with the column-major result set inlined when the query finishes quickly enough to be served synchronously.