substrait icon indicating copy to clipboard operation
substrait copied to clipboard

SortRel is a little under documented

Open westonpace opened this issue 2 years ago • 8 comments

  1. What does SORT_DIRECTION_CLUSTERED mean?
  2. Let's say I was sorting by strings, how would I specify a natural sort vs alphabetical sort?
  3. Can we provide an example of comparison_function_reference? What kind of function is this? Why isn't this just an extension relation?
  4. Are we content leaving the stability of the sort as a hint? It seems like the producer / planner might care about this.

westonpace avatar May 30 '22 21:05 westonpace