[jira] [Commented] (ARROW-4800) [C++] Create/port a StatusOr implementation to be able to return a status or a type

2019-05-23 Thread Micah Kornfield (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16846467#comment-16846467 ] Micah Kornfield commented on ARROW-4800: As long as we are bikeshedding, I think I ErrorOr or

[jira] [Commented] (ARROW-4800) [C++] Create/port a StatusOr implementation to be able to return a status or a type

2019-05-22 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16845686#comment-16845686 ] Antoine Pitrou commented on ARROW-4800: --- I would rather call this {{Result<>}}. Ideally we would

[jira] [Commented] (ARROW-4800) [C++] Create/port a StatusOr implementation to be able to return a status or a type

2019-04-04 Thread Francois Saint-Jacques (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16809779#comment-16809779 ] Francois Saint-Jacques commented on ARROW-4800: --- LLVM types: *

[jira] [Commented] (ARROW-4800) [C++] Create/port a StatusOr implementation to be able to return a status or a type

2019-03-19 Thread Micah Kornfield (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16796209#comment-16796209 ] Micah Kornfield commented on ARROW-4800: We should also port ASSIGN_OR_RETURN

[jira] [Commented] (ARROW-4800) [C++] Create/port a StatusOr implementation to be able to return a status or a type

2019-03-19 Thread Micah Kornfield (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16796204#comment-16796204 ] Micah Kornfield commented on ARROW-4800:

[jira] [Commented] (ARROW-4800) [C++] Create/port a StatusOr implementation to be able to return a status or a type

2019-03-19 Thread Micah Kornfield (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16796197#comment-16796197 ] Micah Kornfield commented on ARROW-4800: The linked reference seems relatively simple, and

[jira] [Commented] (ARROW-4800) [C++] Create/port a StatusOr implementation to be able to return a status or a type

2019-03-18 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-4800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16795000#comment-16795000 ] Antoine Pitrou commented on ARROW-4800: --- What is the cost of unboxing the value with such a scheme?