Gopal V created HIVE-17266:
------------------------------

             Summary: DecimalColumnVector64: Scaled fixed point column vector 
format
                 Key: HIVE-17266
                 URL: https://issues.apache.org/jira/browse/HIVE-17266
             Project: Hive
          Issue Type: New Feature
          Components: storage-api
    Affects Versions: 3.0.0
            Reporter: Gopal V


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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to