Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-gmahadevan committed Aug 27, 2024
1 parent 410a4e9 commit fd73eaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/scala/com/snowflake/snowpark/functions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3825,6 +3825,7 @@ object functions {
* |6 |
* ---------------
* }}}
*
* @since 1.14.0
* @param c Column to modify.
* @param numBits Number of bits to shift.
Expand All @@ -3848,6 +3849,7 @@ object functions {
* |1 |
* ----------------
* }}}
*
* @since 1.14.0
* @param c Column to modify.
* @param numBits Number of bits to shift.
Expand All @@ -3870,6 +3872,7 @@ object functions {
* |33 |
* -------------
* }}}
*
* @since 1.14.0
* @param c Column to encode.
* @return Encoded string.
Expand All @@ -3892,6 +3895,7 @@ object functions {
* |3 |
* ---------------
* }}}
*
* @param c Column to encode.
* @since 1.14.0
* @return Encoded string.
Expand Down

0 comments on commit fd73eaa

Please sign in to comment.