Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-17266

DecimalColumnVector64: Scaled fixed point column vector format

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.0.0
    • None
    • storage-api
    • None

    Description

      I think we should make a new type that looks like:
      class Decimal64ColumnVector extends ColumnVector {
      long[] vector;
      int precision;
      int scale;
      }
      It will be extremely fast and provide a fast conduit to ORC.

      Attachments

        1. HIVE-17266.patch
          11 kB
          Gopal Vijayaraghavan

        Activity

          People

            omalley Owen O'Malley
            gopalv Gopal Vijayaraghavan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: