Apache OpenDALâ„¢ C Binding
The C binding for Apache OpenDALâ„¢
|
The result type returned by opendal's read operation. More...
#include <opendal.h>
Public Attributes | |
struct opendal_bytes | data |
struct opendal_error * | error |
The result type returned by opendal's read operation.
The result type of read operation in opendal C binding, it contains the data that the read operation returns and an NULL error. If the read operation failed, the data
fields should be a nullptr and the error is not NULL.
struct opendal_bytes opendal_result_read::data |
The byte array with length returned by read operations
struct opendal_error* opendal_result_read::error |
The error, if ok, it is null