Package org.apache.druid.frame.write
Class FrameSort
java.lang.Object
org.apache.druid.frame.write.FrameSort
Utility for sorting frames in-place.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidsort(Frame frame, FrameReader frameReader, List<KeyColumn> keyColumns) Sort the given frame in-place.
-
Method Details
-
sort
Sort the given frame in-place. It must be a permuted frame.- Parameters:
frame- frame to sortframeReader- frame readerkeyColumns- list of columns to sort by; must be nonempty.
-