[
https://issues.apache.org/jira/browse/HIVE-17266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gopal V reassigned HIVE-17266:
------------------------------
Assignee: Owen O'Malley
> 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
> Assignee: Owen O'Malley
> Attachments: HIVE-17266.patch
>
>
> 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)