SortingTechnique Enum

Definition

Choices for what technique should be used at data ingress for sorting any out-of-order data.

public enum SortingTechnique
type SortingTechnique = 
Public Enum SortingTechnique
Inheritance
SortingTechnique

Fields

ImpatienceSort 1

Specifies that the query processor should use the impatience sort method to sort out-of-order data.

PriorityQueue 0

Specifies that the query processor should use a priority queue to sort out-of-order data.

Applies to