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

Function AddTemporalKernels

cpp/src/arrow/compute/kernels/temporal_internal.h:209–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207// generating code for date kernels for a times-only function).
208template <typename Factory>
209void AddTemporalKernels(Factory* fac) {}
210
211template <typename Factory, typename... WithOthers>
212void AddTemporalKernels(Factory* fac, WithDates, WithOthers... others) {

Callers 3

MakeMethod · 0.85
MakeMethod · 0.85
MakeMethod · 0.85

Calls 3

TimestampTypeUnitFunction · 0.85
time32Function · 0.50
time64Function · 0.50

Tested by

no test coverage detected