Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 558 Bytes

File metadata and controls

22 lines (13 loc) · 558 Bytes

Sorting

Determines rows order in transformed query. If there aren't any sortings, the original query sorting is kept.

Properties

Name Type Description Notes
field String Column of original query by which transfored query will be sorted. [optional]
order OrderEnum Sort order (ascending or descending). [optional]

Enum: OrderEnum

Name Value
ASC "asc"
DESC "desc"