tisyabhatia commented on code in PR #5010:
URL: https://github.com/apache/calcite/pull/5010#discussion_r3391898679


##########
core/src/main/java/org/apache/calcite/sql/fun/SqlInternalOperators.java:
##########
@@ -203,6 +203,17 @@ private SqlInternalOperators() {
   public static final SqlInternalOperator GROUP_BY_DISTINCT =
       new SqlRollupOperator("GROUP BY DISTINCT", SqlKind.GROUP_BY_DISTINCT);
 
+  /** {@code ORDER BY ALL}, a marker expanded during validation. */

Review Comment:
   done!



##########
site/_docs/reference.md:
##########
@@ -395,6 +395,12 @@ in those same conformance levels, any *column* in *insert* 
may be replaced by
 In *orderItem*, if *expression* is a positive integer *n*, it denotes
 the <em>n</em>th item in the SELECT clause.
 
+`ORDER BY ALL` sorts by every expression in the SELECT clause,
+in order; for example:

Review Comment:
   done!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to