beliefer commented on code in PR #43148: URL: https://github.com/apache/spark/pull/43148#discussion_r1343738439
########## sql/core/src/main/scala/org/apache/spark/sql/functions.scala: ########## @@ -62,16 +62,28 @@ import org.apache.spark.util.Utils * only `Column` but also other types such as a native string. The other variants currently exist * for historical reasons. * - * @groupname udf_funcs UDF functions + * @groupname udf_funcs UDF, UDAF and UDT * @groupname agg_funcs Aggregate functions - * @groupname datetime_funcs Date time functions - * @groupname sort_funcs Sorting functions - * @groupname normal_funcs Non-aggregate functions - * @groupname math_funcs Math functions + * @groupname datetime_funcs Date and Timestamp functions + * @groupname sort_funcs Sort functions + * @groupname normal_funcs Normal functions + * @groupname math_funcs Mathematical functions + * @groupname bitwise_funcs Bitwise functions + * @groupname predicate_funcs Predicate functions + * @groupname conditional_funcs Conditional functions + * @groupname hash_funcs Hash functions * @groupname misc_funcs Misc functions * @groupname window_funcs Window functions + * @groupname generator_funcs Generator functions * @groupname string_funcs String functions * @groupname collection_funcs Collection functions + * @groupname array_funcs Array functions + * @groupname map_funcs Map functions + * @groupname struct_funcs Struct functions + * @groupname csv_funcs CSV functions + * @groupname json_funcs JSON functions + * @groupname xml_funcs XML functions + * @groupname url_funcs URL functions * @groupname partition_transforms Partition transform functions * @groupname Ungrouped Support functions for DataFrames * @since 1.3.0 Review Comment: Because the annotation here, do we surely confirm all the group start from 1.3.0 ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
