You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "Dandandan (via GitHub)" <gi...@apache.org> on 2023/05/26 12:27:17 UTC

[GitHub] [arrow-datafusion] Dandandan commented on issue #3478: add support for casting string to decimal

Dandandan commented on issue #3478:
URL: https://github.com/apache/arrow-datafusion/issues/3478#issuecomment-1564316926

   ```
   ❯ select arrow_typeof('1.1'::decimal);
   +--------------------------+
   | arrowtypeof(Utf8("1.1")) |
   +--------------------------+
   | Decimal128(38, 10)       |
   +--------------------------+
   1 row in set. Query took 0.030 seconds.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org