Skip to content

Commit

Permalink
spotlessApply
Browse files Browse the repository at this point in the history
Signed-off-by: Heng Qian <qianheng@amazon.com>
  • Loading branch information
qianheng-aws committed Aug 2, 2024
1 parent c3450ea commit a984dc1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public interface SortHelper {

/**
* Construct an expr comparator for sorting on ExprValue.
*
* @param sortList list of sort fields and their related sort options.
* @return A comparator for ExprValue
*/
Expand All @@ -27,6 +28,7 @@ static Comparator<ExprValue> constructExprComparator(

/**
* Construct an expr ordering for efficiently taking the top-k elements on ExprValue.
*
* @param sortList list of sort fields and their related sort options.
* @return An guava ordering for ExprValue
*/
Expand Down

0 comments on commit a984dc1

Please sign in to comment.