snowflakedb / snowpark-java-scala

Snowflake Snowpark Java & Scala API
Apache License 2.0
18 stars 21 forks source link

Update functions.scala #130

Open sfc-gh-sjayabalan opened 2 months ago

sfc-gh-sjayabalan commented 2 months ago

Added functions.json_tuple, functions.cbrt, functions.from_json, functions.date_sub.

Please answer these questions before submitting your pull requests. Thanks!

  1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.

  2. Fill out the following pre-review checklist:

    Added below functions to functions.scala

functions.json_tuple | JSON_EXTRACT_PATH_TEXT functions.cbrt | CBRT functions.from_json | TRY_PARSE_JSO functions.date_sub | implements equivalent to spark

  1. Please describe how your code solves the related issue.

    Replace this with a short description of how your code change solves the related issue.

Pre-review checklist

(For Snowflake employees)