You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Mike Seddon (Jira)" <ji...@apache.org> on 2020/12/06 00:05:00 UTC

[jira] [Created] (ARROW-10817) [Rust] [DataFusion] Implement inline CAST syntax

Mike Seddon created ARROW-10817:
-----------------------------------

             Summary: [Rust] [DataFusion] Implement inline CAST syntax
                 Key: ARROW-10817
                 URL: https://issues.apache.org/jira/browse/ARROW-10817
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Rust - DataFusion
    Affects Versions: 3.0.0
            Reporter: Mike Seddon


Of the 22 TPC-H queries, 11 rely on what I am calling 'inline casting' of dates e.g.:

l_shipdate <= *date* '1998-12-01' 

We need to be able to parse this to the correct `CastExpr`.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)