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

Function TimePoint_from_ns

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

Source from the content-addressed store, hash-verified

140}
141
142ARROW_PYTHON_EXPORT
143inline TimePoint TimePoint_from_ns(int64_t val) {
144 return TimePoint(TimePoint::duration(val));
145}
146
147ARROW_PYTHON_EXPORT
148inline int64_t PyDelta_to_s(PyDateTime_Delta* pytimedelta) {

Callers

nothing calls this directly

Calls 1

durationFunction · 0.50

Tested by

no test coverage detected