dtkt.catalog.v1beta2query.protoQuery
MessageRepresents a query and its associated details.
| Field | Type | Number | Description |
|---|---|---|---|
| valid | bool | 1 | Indicates if the query is valid. |
| error | string | 2 | Error message, if any. |
| dialect | string | 3 | The query dialect used. |
| query | string | 4 | The query string. |
| params | Param[] dtkt.catalog.v1beta2.Param[] | 5 | Parameters used in the query, if any. |
| fields | Field[] dtkt.catalog.v1beta2.Field[] | 6 | List of fields returned by the query. |