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

Function PyDate_to_ms

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

Source from the content-addressed store, hash-verified

97}
98
99ARROW_PYTHON_EXPORT
100inline int64_t PyDate_to_ms(PyDateTime_Date* pydate) {
101 return PyDate_to_days(pydate) * 86400000LL;
102}
103
104ARROW_PYTHON_EXPORT
105inline int64_t PyDateTime_to_s(PyDateTime_DateTime* pydatetime) {

Callers 1

ConvertMethod · 0.85

Calls 1

PyDate_to_daysFunction · 0.85

Tested by

no test coverage detected