Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-6169 Implement DATE type
  3. IMPALA-7368

Add initial support for DATE type

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • Impala 3.3.0
    • None
    • None
    • ghx-label-7

    Description

      DATE values describe a particular year/month/day, in the form YYYY-­MM-­DD. For example, DATE '2013-­01-­01'. Date types do not have a time of day component. The range of values supported for the Date type is 0000-­01-­01 to 9999-­12-­31.

      The initial DATE type support should incluide the following changes:

      • new internal type
      • casting between DATE and other types
      • codegen infrastructure for expression evaluation
      • "IS [NOT] NULL" and "[NOT] IN" predicates
      • common comparison operators
      • BETWEEN operator
      • conditional functions
      • infrastructure changes for builtin scalar functions.
      • some built-in functions: aggregate functions, analytical functions, math functions.
      • support partitioning.
      • text support only.

      These items are tightly coupled and it makes sense to implement them in one change-set.

      Attachments

        Issue Links

          Activity

            People

              attilaj Attila Jeges
              attilaj Attila Jeges
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: