We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f6824 commit 7a6bdbbCopy full SHA for 7a6bdbb
sql/core/src/main/scala/org/apache/spark/sql/functions.scala
@@ -1092,15 +1092,15 @@ object functions {
1092
greatest((columnName +: columnNames).map(Column.apply): _*)
1093
1094
/**
1095
- * Computes hex value of the given column
+ * Computes hex value of the given column.
1096
*
1097
* @group math_funcs
1098
* @since 1.5.0
1099
*/
1100
def hex(column: Column): Column = Hex(column.expr)
1101
1102
1103
- * Computes hex value of the given input
+ * Computes hex value of the given input.
1104
1105
1106
0 commit comments