You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: