MCPcopy Create free account
hub / github.com/apache/arrow / import_pyarrow

Function import_pyarrow

python/pyarrow/src/arrow/python/pyarrow.cc:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43int import_pyarrow() {
44#ifdef PYPY_VERSION
45 PyDateTime_IMPORT;
46#else
47 internal::InitDatetime();
48#endif
49 return ::import_pyarrow__lib();
50}
51
52#define DEFINE_WRAP_FUNCTIONS(FUNC_SUFFIX, TYPE_NAME) \
53 bool is_##FUNC_SUFFIX(PyObject* obj) { return ::pyarrow_is_##FUNC_SUFFIX(obj) != 0; } \

Callers 1

DeserializeMethod · 0.85

Calls 1

InitDatetimeFunction · 0.85

Tested by

no test coverage detected