Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.85
Any
Function · 0.85
RegisterVectorRunEndEncode
Function · 0.85
RegisterVectorRunEndDecode
Function · 0.85
AddDictionaryCast
Function · 0.85
GetCastToInteger
Function · 0.85
GetCastToFloating
Function · 0.85
GetCastToDecimal32
Function · 0.85
GetCastToDecimal64
Function · 0.85
GetCastToDecimal128
Function · 0.85
GetCastToDecimal256
Function · 0.85
GetCastToHalfFloat
Function · 0.85
Calls
2
SameTypeId
Function · 0.85
MoveInto
Function · 0.85
Tested by
1
TEST
Function · 0.68