Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0
-
None
-
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.