Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-2161

add support String functions

Details

    Description

      All functions are listed as below:

      string || string
      CHAR_LENGTH(string)
      CHARACTER_LENGTH(string)
      UPPER(string)
      LOWER(string)
      POSITION(string1 IN string2)
      POSITION(string1 IN string2 FROM integer)
      TRIM( { BOTH | LEADING | TRAILING } string1 FROM string2)
      OVERLAY(string1 PLACING string2 FROM integer [ FOR integer2 ])
      SUBSTRING(string FROM integer)
      SUBSTRING(string FROM integer FOR integer)
      INITCAP(string)
      

      see https://calcite.apache.org/docs/reference.html#character-string-operators-and-functions for more information.

      Attachments

        Issue Links

          Activity

            People

              xumingming James Xu
              mingmxu Mingmin Xu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: