Module datafusion::functions::unicode::expr_fn

source ·

Functions§

  • the number of characters in the string
  • the number of characters in the string
  • Returns a value in the range of 1 to N if the string str is in the string list strlist consisting of N substrings
  • finds the position from where the substring matches the string
  • returns the first n characters in the string
  • the number of characters in the string
  • fill up a string to the length by prepending the characters
  • finds the position from where the substring matches the string
  • reverses the string
  • returns the last n characters in the string
  • fill up a string to the length by appending the characters
  • finds the position from where the substring matches the string
  • substring from the position to the end
  • Returns the substring from str before count occurrences of the delimiter
  • substring from the position with length characters
  • replaces the characters in from with the counterpart in to