public class DdsqlTabularQueryState extends ModelEnum<String>
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.| Modifier and Type | Class and Description |
|---|---|
static class |
DdsqlTabularQueryState.DdsqlTabularQueryStateSerializer |
| Modifier and Type | Field and Description |
|---|---|
static DdsqlTabularQueryState |
COMPLETED |
static DdsqlTabularQueryState |
RUNNING |
localAllowedValues, value| Modifier and Type | Method and Description |
|---|---|
static DdsqlTabularQueryState |
fromValue(String value) |
public static final DdsqlTabularQueryState RUNNING
public static final DdsqlTabularQueryState COMPLETED
public static DdsqlTabularQueryState fromValue(String value)
Copyright © 2026. All rights reserved.