Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-5384

Implement LEFT/RIGHT String functions for BigQuery

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None
    • None

    Description

      Implement support for the following BigQuery functions:

      • LEFT(value, length)
        • Returns the leftmost length characters of value. If length is zero, an empty string or byte will be returned. If length is greater than length(value), value will be returned. If length is negative, an error will be returned.
      • RIGHT(value, length)
        • Returns the rightmost length characters of value. Follows the same edge-case behavior as LEFT().

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tanclary Tanner Clary
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: