TogglingSortingPlanReducer

class TogglingSortingPlanReducer : SortingPlanReducer

This SortingPlanReducer implementation defines the logic to generate a plan with at most one column for sorting. This perfectly matches with the OneColumnSorter implementation for doing the sorting.

See also

Constructors

Link copied to clipboard
fun TogglingSortingPlanReducer()

Functions

Link copied to clipboard
open override fun reduce(sortingPlan: SortingPlan, activated: ColumnIdSorting): SortingPlan