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

Function InputType

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

\brief Accept any value type

Source from the content-addressed store, hash-verified

196
197 /// \brief Accept any value type
198 InputType() : kind_(ANY_TYPE) {}
199
200 /// \brief Accept an exact value type.
201 InputType(std::shared_ptr<DataType> type) // NOLINT implicit construction

Callers 15

TESTFunction · 0.85
AnyFunction · 0.85
AddDictionaryCastFunction · 0.85
GetCastToIntegerFunction · 0.85
GetCastToFloatingFunction · 0.85
GetCastToDecimal32Function · 0.85
GetCastToDecimal64Function · 0.85
GetCastToDecimal128Function · 0.85
GetCastToDecimal256Function · 0.85
GetCastToHalfFloatFunction · 0.85

Calls 2

SameTypeIdFunction · 0.85
MoveIntoFunction · 0.85

Tested by 1

TESTFunction · 0.68