Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spark 3.3 new functions #232

Open
5 of 15 tasks
eruizalo opened this issue Jun 24, 2022 · 0 comments
Open
5 of 15 tasks

Spark 3.3 new functions #232

eruizalo opened this issue Jun 24, 2022 · 0 comments
Labels
API enhancement New feature or request good first issue Good for newcomers spark_3.3 PR changes to spark 3.3

Comments

@eruizalo
Copy link
Collaborator

eruizalo commented Jun 24, 2022

Look into the following functions if they already are in doric or we have to add them:

From functions:

  • def max_by(e: Column, ord: Column): Column
  • def min_by(e: Column, ord: Column): Column
  • def ceil(e: Column, scale: Column): Column
  • def cot(e: Column): Column
  • def csc(e: Column): Column
  • def floor(e: Column, scale: Column): Column
  • def sec(e: Column): Column
  • def bit_length(e: Column): Column
  • def lpad(str: Column, len: Int, pad: Array[Byte]): Column
  • def octet_length(e: Column): Column
  • def rpad(str: Column, len: Int, pad: Array[Byte]): Column
  • def localtimestamp(): Column
  • def make_date(year: Column, month: Column, day: Column): Column
  • def map_contains_key(column: Column, key: Any): Column

From column

  • def ilike(literal: String): Column
@eruizalo eruizalo added enhancement New feature or request API spark_3.3 PR changes to spark 3.3 good first issue Good for newcomers labels Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API enhancement New feature or request good first issue Good for newcomers spark_3.3 PR changes to spark 3.3
Projects
Status: Todo
Development

No branches or pull requests

1 participant