Skip to content

support cast to decimal data type in datafusion #1443

Open
@liukun4515

Description

@liukun4515

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
In the #122 , we need to support the decimal data type.

In order to support column_a > 12 for the decimal data type, we need to support the cast/try_cast first.
For some operations, such as comparison operations and mathematics operations, we need to convert some numeric data types to decimal first.

TODO

The unsigned numeric is not the standard data type in SQL, we no need to support them. @alamb

Some parts in arrow-rs: apache/arrow-rs#1043

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions