Determines rows order in transformed query. If there aren't any sortings, the original query sorting is kept.
| Name | Type | Description | Notes |
|---|---|---|---|
| field | str | Column of original query by which transfored query will be sorted. | [optional] |
| order | str | Sort order (ascending or descending). | [optional] |