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

Function GetLogicalValue

cpp/src/arrow/compute/kernels/vector_sort_test.cc:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91template <typename ArrayType>
92auto GetLogicalValue(const ArrayType& array,
93 uint64_t index) -> decltype(array.GetView(index)) {
94 return array.GetView(index);
95}
96
97Decimal128 GetLogicalValue(const Decimal128Array& array, uint64_t index) {
98 return Decimal128(array.Value(index));

Callers 1

operator()Method · 0.85

Calls 4

Decimal128Function · 0.50
Decimal256Function · 0.50
GetViewMethod · 0.45
ValueMethod · 0.45

Tested by

no test coverage detected