Skip to content
Snippets Groups Projects
Commit be80def0 authored by Yin Huai's avatar Yin Huai Committed by Reynold Xin
Browse files

[SPARK-9777] [SQL] Window operator can accept UnsafeRows

https://issues.apache.org/jira/browse/SPARK-9777

Author: Yin Huai <yhuai@databricks.com>

Closes #8064 from yhuai/windowUnsafe and squashes the following commits:

8fb3537 [Yin Huai] Set canProcessUnsafeRows to true.
parent 46025616
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,8 @@ case class Window(
override def outputOrdering: Seq[SortOrder] = child.outputOrdering
override def canProcessUnsafeRows: Boolean = true
/**
* Create a bound ordering object for a given frame type and offset. A bound ordering object is
* used to determine which input row lies within the frame boundaries of an output row.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment