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

Method Value

cpp/src/arrow/compute/kernels/chunked_internal.h:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52 template <typename ArrowType, typename ViewType = GetViewType<ArrowType>>
53 typename ViewType::T Value() const {
54 using LogicalArrayType = typename TypeTraits<ArrowType>::ArrayType;
55 auto* typed_array = checked_cast<const LogicalArrayType*>(array);
56 return ViewType::LogicalValue(typed_array->GetView(index));
57 }
58};
59
60// A compressed (chunk_index, index_in_chunk) pair.

Callers 15

ReadNextMethod · 0.45
ReadNextMethod · 0.45
MakeStrTestBatchFunction · 0.45
ReadNextMethod · 0.45
UpdateTypeMethod · 0.45
UpdateTypeMethod · 0.45
ValueDescWriterMethod · 0.45
ExecNoPreallocatedDataFunction · 0.45
TESTFunction · 0.45
MakeReplacementsFunction · 0.45
CheckGetTakeIndicesCaseFunction · 0.45

Calls 1

GetViewMethod · 0.45

Tested by 15

ExecNoPreallocatedDataFunction · 0.36
TESTFunction · 0.36
CheckGetTakeIndicesCaseFunction · 0.36
ValidateTakeXAImplFunction · 0.36
TestNumericBasicsMethod · 0.36
TEST_FFunction · 0.36
TYPED_TESTFunction · 0.36
HasTrivialCycleMethod · 0.36
TESTFunction · 0.36
DropNullJSONFunction · 0.36
SlicesMethod · 0.36