| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DdsqlTabularQueryResponse |
DdsqlApi.executeDdsqlTabularQuery(DdsqlTabularQueryRequest body)
Execute a tabular DDSQL query.
|
CompletableFuture<DdsqlTabularQueryResponse> |
DdsqlApi.executeDdsqlTabularQueryAsync(DdsqlTabularQueryRequest body)
Execute a tabular DDSQL query.
|
ApiResponse<DdsqlTabularQueryResponse> |
DdsqlApi.executeDdsqlTabularQueryWithHttpInfo(DdsqlTabularQueryRequest body)
Submit a DDSQL statement and return either a
running state with an opaque
query_id for the client to poll, or a completed state with the column-major
result set inlined when the query finishes quickly enough to be served synchronously. |
CompletableFuture<ApiResponse<DdsqlTabularQueryResponse>> |
DdsqlApi.executeDdsqlTabularQueryWithHttpInfoAsync(DdsqlTabularQueryRequest body)
Execute a tabular DDSQL query.
|
| Modifier and Type | Method and Description |
|---|---|
DdsqlTabularQueryRequest |
DdsqlTabularQueryRequest.data(DdsqlTabularQueryRequestData data) |
DdsqlTabularQueryRequest |
DdsqlTabularQueryRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.