Ordering
public struct Ordering : @unchecked SendableAn ordering for the documents in a pipeline.
-
The expression to order by.
Declaration
Swift
public let expression: Expression -
The direction to order in.
Declaration
Swift
public let direction: Direction