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

Function OutputType

cpp/src/arrow/compute/kernel.h:297–298  ·  view source on GitHub ↗

\brief Output an exact type

Source from the content-addressed store, hash-verified

295
296 /// \brief Output an exact type
297 OutputType(std::shared_ptr<DataType> type) // NOLINT implicit construction
298 : kind_(FIXED), type_(std::move(type)) {}
299
300 /// \brief Output a computed type depending on actual input types
301 template <typename Fn>

Callers 15

AddMapLookupKernelsFunction · 0.85
RegisterVectorHashFunction · 0.85
MakeKernelFunction · 0.85
MakeUnaryKernelFunction · 0.85
VisitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected