|
ADBC
Arrow 数据库连接性
|
#include <cassert>#include <cstring>#include <memory>#include <sstream>#include <string>#include <utility>#include <variant>#include <vector>#include <arrow-adbc/adbc.h>类 | |
| 类 | adbc::driver::Status |
| AdbcStatusCode + AdbcError 的包装器。 更多... | |
| 结构 | adbc::driver::Status::Impl |
| 私有 Status 实现细节。 更多... | |
| 类 | adbc::driver::Result< T > |
| 一个值或错误的包装器。 更多... | |
宏 | |
| #define | STATUS_CTOR(NAME, CODE) |
| #define | RAISE_RESULT_IMPL(NAME, ERROR, LHS, RHS) |
| #define | RAISE_STATUS_IMPL(NAME, ERROR, RHS) |
| #define | UNWRAP_RESULT_IMPL(name, lhs, rhs) |
| #define | UNWRAP_STATUS_IMPL(name, rhs) |
| #define | DRIVER_CONCAT(x, y) |
| #define | UNWRAP_RESULT_NAME(x, y) |
| #define | RAISE_RESULT(ERROR, LHS, RHS) |
| 一个辅助函数,用于在返回 AdbcStatusCode 的函数中展开 Result。 | |
| #define | RAISE_STATUS(ERROR, RHS) |
| 一个辅助函数,用于在返回 AdbcStatusCode 的函数中展开 Status。 | |
| #define | UNWRAP_RESULT(lhs, rhs) |
| 一个辅助函数,用于在返回 Result/Status 的函数中展开 Result。 | |
| #define | UNWRAP_STATUS(rhs) |
| 一个辅助函数,用于在返回 Result/Status 的函数中展开 Status。 | |
| #define | STATUS_CTOR(NAME, CODE) |
| #define | UNWRAP_ERRNO_IMPL(NAME, CODE, RHS) |
| #define | UNWRAP_ERRNO(CODE, RHS) |
| #define | UNWRAP_NANOARROW_IMPL(NAME, ERROR, CODE, RHS) |
| #define | UNWRAP_NANOARROW(ERROR, CODE, RHS) |
函数 | |
| driver::Status | adbc::driver::status::Ok () |
| #define DRIVER_CONCAT | ( | x, | |
| y ) |
| #define RAISE_RESULT | ( | ERROR, | |
| LHS, | |||
| RHS ) |
一个辅助函数,用于在返回 AdbcStatusCode 的函数中展开 Result。
| #define RAISE_RESULT_IMPL | ( | NAME, | |
| ERROR, | |||
| LHS, | |||
| RHS ) |
| #define RAISE_STATUS | ( | ERROR, | |
| RHS ) |
一个辅助函数,用于在返回 AdbcStatusCode 的函数中展开 Status。
| #define RAISE_STATUS_IMPL | ( | NAME, | |
| ERROR, | |||
| RHS ) |
| #define STATUS_CTOR | ( | NAME, | |
| CODE ) |
| #define STATUS_CTOR | ( | NAME, | |
| CODE ) |
| #define UNWRAP_ERRNO | ( | CODE, | |
| RHS ) |
| #define UNWRAP_ERRNO_IMPL | ( | NAME, | |
| CODE, | |||
| RHS ) |
| #define UNWRAP_NANOARROW | ( | ERROR, | |
| CODE, | |||
| RHS ) |
| #define UNWRAP_NANOARROW_IMPL | ( | NAME, | |
| ERROR, | |||
| CODE, | |||
| RHS ) |
| #define UNWRAP_RESULT | ( | lhs, | |
| rhs ) |
一个辅助函数,用于在返回 Result/Status 的函数中展开 Result。
| #define UNWRAP_RESULT_IMPL | ( | name, | |
| lhs, | |||
| rhs ) |
| #define UNWRAP_RESULT_NAME | ( | x, | |
| y ) |
| #define UNWRAP_STATUS | ( | rhs | ) |
一个辅助函数,用于在返回 Result/Status 的函数中展开 Status。
| #define UNWRAP_STATUS_IMPL | ( | name, | |
| rhs ) |