-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
APIenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersspark_3.3PR changes to spark 3.3PR changes to spark 3.3
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
APIenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersspark_3.3PR changes to spark 3.3PR changes to spark 3.3
Type
Projects
Status
Todo