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

Function PyDelta_to_s

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

Source from the content-addressed store, hash-verified

145}
146
147ARROW_PYTHON_EXPORT
148inline int64_t PyDelta_to_s(PyDateTime_Delta* pytimedelta) {
149 return (PyDateTime_DELTA_GET_DAYS(pytimedelta) * 86400LL +
150 PyDateTime_DELTA_GET_SECONDS(pytimedelta));
151}
152
153ARROW_PYTHON_EXPORT
154inline int64_t PyDelta_to_ms(PyDateTime_Delta* pytimedelta) {

Callers 5

PyDateTime_utcoffset_sFunction · 0.85
PyTZInfo_utcoffset_hhmmFunction · 0.85
ConvertMethod · 0.85
PyDelta_to_msFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected