Skip to content

Spark 3.3 new functions #232

@eruizalo

Description

@eruizalo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions