Skip to content

Commit

Permalink
Remove too detail comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnghia committed Oct 13, 2023
1 parent 96b08a0 commit 8d5a8a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/cpp/src/histogram.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ namespace spark_rapids_jni {
* If the input columns are valid, a histogram will be created from them. Otherwise, an exception
* will be thrown.
*
* There is special cases when the input frequencies are zero. They are still considered as valid,
* but value-frequency pairs in which frequencies are zero will be ignored from copying into the
* output.
*
* The output histogram is stored in a structs column in the form of `STRUCT<value, frequency>`.
* If `output_as_lists == true`, each struct element is wrapped in a list, producing a
* lists-of-structs column.
Expand Down

0 comments on commit 8d5a8a8

Please sign in to comment.