Skip to content

Commit

Permalink
Merge pull request #60 from zheniantoushipashi/spark-13871-2
Browse files Browse the repository at this point in the history
#59 Add the alias function week of weekofyear
  • Loading branch information
zheniantoushipashi authored Oct 11, 2019
2 parents 1667db0 + 8bf46fc commit 8df7b7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ object FunctionRegistry {
expression[DayOfWeek]("dayofweek"),
expression[WeekDay]("weekday"),
expression[WeekOfYear]("weekofyear"),
expression[WeekOfYear]("week"),
expression[Year]("year"),
expression[TimeWindow]("window"),

Expand Down

0 comments on commit 8df7b7f

Please sign in to comment.