[FEA] Java bindings for DECIMAL32 and DECIMAL64 types #5819
Labels
feature request
New feature or request
Java
Affects Java cuDF API.
Spark
Functionality that helps Spark RAPIDS
Is your feature request related to a problem? Please describe.
Spark has a
DecimalType
which is a fixed-point type with a configurable precision and scale. The RAPIDS Accelerator for Apache Spark would like to accelerate DataFrame operations using this Spark type which requires fixed-point type support in libcudf.Describe the solution you'd like
cudf's Java bindings expose new column data types for the libcudf
DECIMAL32
andDECIMAL64
types added in #5704 and updates the bindings of any associated methods to deal with the new type. While this won't cover the full gamut of Spark'sDecimalType
it would allow the plugin to accelerate queries where a mapping to a libcudf fixed-point type is possible.The text was updated successfully, but these errors were encountered: