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

String functions #71

Closed
36 tasks done
alfonsorr opened this issue Jul 5, 2021 · 0 comments · Fixed by #104
Closed
36 tasks done

String functions #71

alfonsorr opened this issue Jul 5, 2021 · 0 comments · Fixed by #104
Assignees
Labels
API enhancement New feature or request good first issue Good for newcomers

Comments

@alfonsorr
Copy link
Member

alfonsorr commented Jul 5, 2021

  • def ascii(e: Column): Column
  • def base64(e: Column): Column
  • def concat_ws(sep: String, exprs: Column*): Column
  • def decode(value: Column, charset: String): Column
  • def encode(value: Column, charset: String): Column
  • def format_number(x: Column, d: Int): Column
  • def format_string(format: String, arguments: Column*): Column
  • def initcap(e: Column): Column
  • def instr(str: Column, substring: String): Column
  • def length(e: Column): Column
  • def levenshtein(l: Column, r: Column): Column
  • def locate(substr: String, str: Column, pos: Int): Column
  • def locate(substr: String, str: Column): Column
  • def lower(e: Column): Column
  • def lpad(str: Column, len: Int, pad: String): Column
  • def ltrim(e: Column, trimString: String): Column
  • def ltrim(e: Column): Column
  • def overlay(src: Column, replace: Column, pos: Column): Column
  • def overlay(src: Column, replace: Column, pos: Column, len: Column): Column
  • def regexp_extract(e: Column, exp: String, groupIdx: Int): Column
  • def regexp_replace(e: Column, pattern: Column, replacement: Column): Column
  • def regexp_replace(e: Column, pattern: String, replacement: String): Column
  • def repeat(str: Column, n: Int): Column
  • def rpad(str: Column, len: Int, pad: String): Column
  • def rtrim(e: Column, trimString: String): Column
  • def rtrim(e: Column): Column
  • def soundex(e: Column): Column
  • def split(str: Column, pattern: String, limit: Int): Column
  • def split(str: Column, pattern: String): Column
  • def substring(str: Column, pos: Int, len: Int): Column
  • def substring_index(str: Column, delim: String, count: Int): Column
  • def translate(src: Column, matchingString: String, replaceString: String): Column
  • def trim(e: Column, trimString: String): Column
  • def trim(e: Column): Column
  • def unbase64(e: Column): Column
  • def upper(e: Column): Column
eruizalo added a commit to eruizalo/doric that referenced this issue Sep 9, 2021
eruizalo added a commit to eruizalo/doric that referenced this issue Sep 9, 2021
eruizalo added a commit to eruizalo/doric that referenced this issue Sep 9, 2021
eruizalo added a commit to eruizalo/doric that referenced this issue Sep 17, 2021
eruizalo added a commit to eruizalo/doric that referenced this issue Sep 20, 2021
eruizalo added a commit to eruizalo/doric that referenced this issue Sep 20, 2021
@eruizalo eruizalo reopened this Sep 20, 2021
@eruizalo eruizalo added the enhancement New feature or request label Nov 2, 2021
eruizalo added a commit to eruizalo/doric that referenced this issue Nov 7, 2021
@eruizalo eruizalo linked a pull request Nov 7, 2021 that will close this issue
eruizalo added a commit to eruizalo/doric that referenced this issue Nov 7, 2021
eruizalo added a commit to eruizalo/doric that referenced this issue Nov 8, 2021
eruizalo added a commit to eruizalo/doric that referenced this issue Nov 16, 2021
eruizalo added a commit that referenced this issue Nov 17, 2021
@eruizalo eruizalo reopened this Nov 17, 2021
eruizalo added a commit to eruizalo/doric that referenced this issue Nov 17, 2021
eruizalo added a commit to eruizalo/doric that referenced this issue Nov 18, 2021
eruizalo added a commit to eruizalo/doric that referenced this issue Nov 19, 2021
@eruizalo eruizalo self-assigned this Dec 15, 2021
@eruizalo eruizalo added the good first issue Good for newcomers label Dec 15, 2021
@eruizalo eruizalo added the API label 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
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants