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/19 07:34:00 UTC

[jira] [Created] (ARROW-10970) [Rust][DataFusion] Implement Value(Null)

Mike Seddon created ARROW-10970:
-----------------------------------

             Summary: [Rust][DataFusion] Implement Value(Null)
                 Key: ARROW-10970
                 URL: https://issues.apache.org/jira/browse/ARROW-10970
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Rust - DataFusion
            Reporter: Mike Seddon


We need to add support for the NULL value. 

For example:

```sql
SELECT char_length(NULL) AS char_length_null
```



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