Skip to content

Commit 7a6bdbb

Browse files
committed
add '.' for hex()
1 parent c1f6824 commit 7a6bdbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/core/src/main/scala/org/apache/spark/sql/functions.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,15 +1092,15 @@ object functions {
10921092
greatest((columnName +: columnNames).map(Column.apply): _*)
10931093

10941094
/**
1095-
* Computes hex value of the given column
1095+
* Computes hex value of the given column.
10961096
*
10971097
* @group math_funcs
10981098
* @since 1.5.0
10991099
*/
11001100
def hex(column: Column): Column = Hex(column.expr)
11011101

11021102
/**
1103-
* Computes hex value of the given input
1103+
* Computes hex value of the given input.
11041104
*
11051105
* @group math_funcs
11061106
* @since 1.5.0

0 commit comments

Comments
 (0)