You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Francois Saint-Jacques (JIRA)" <ji...@apache.org> on 2019/04/04 12:09:00 UTC

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

    [ https://issues.apache.org/jira/browse/ARROW-4800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16809779#comment-16809779 ] 

Francois Saint-Jacques commented on ARROW-4800:
-----------------------------------------------

LLVM types:

* [Expected|https://github.com/llvm/llvm-project/blob/master/llvm/include/llvm/Support/Error.h#L433]
* [ErrorOr|https://github.com/llvm/llvm-project/blob/master/llvm/include/llvm/Support/ErrorOr.h#L26]
* [Optional|https://github.com/llvm/llvm-project/blob/master/llvm/include/llvm/ADT/Optional.h]

> [C++] Create/port a StatusOr implementation to be able to return a status or a type
> -----------------------------------------------------------------------------------
>
>                 Key: ARROW-4800
>                 URL: https://issues.apache.org/jira/browse/ARROW-4800
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>    Affects Versions: 0.14.0
>            Reporter: Micah Kornfield
>            Priority: Minor
>
> Example from grpc: https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/stubs/statusor.h



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)