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

Function PyDateTime_to_ns

python/pyarrow/src/arrow/python/datetime.h:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124ARROW_PYTHON_EXPORT
125inline int64_t PyDateTime_to_ns(PyDateTime_DateTime* pydatetime) {
126 return PyDateTime_to_us(pydatetime) * 1000LL;
127}
128
129ARROW_PYTHON_EXPORT
130inline TimePoint PyDateTime_to_TimePoint(PyDateTime_DateTime* pydatetime) {

Callers 1

PyDateTime_to_TimePointFunction · 0.85

Calls 1

PyDateTime_to_usFunction · 0.85

Tested by

no test coverage detected