We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ab777 commit e4151a3Copy full SHA for e4151a3
sql/core/src/main/scala/org/apache/spark/sql/execution/window/WindowExec.scala
@@ -112,6 +112,7 @@ case class WindowExec(
112
*
113
* @param frame to evaluate. This can either be a Row or Range frame.
114
* @param bound with respect to the row.
115
+ * @param timeZone the session local timezone for time related calculations.
116
* @return a bound ordering object.
117
*/
118
private[this] def createBoundOrdering(
0 commit comments