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

Function GetPhysicalType

cpp/src/arrow/type.cc:281–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279} // namespace
280
281std::shared_ptr<DataType> GetPhysicalType(const std::shared_ptr<DataType>& real_type) {
282 PhysicalTypeVisitor visitor{real_type, {}};
283 ARROW_CHECK_OK(VisitTypeInline(*real_type, &visitor));
284 return std::move(visitor.result);
285}
286
287namespace {
288

Callers 9

AddArraySortingKernelsFunction · 0.85
ResolvedTableSortKeyMethod · 0.85
MakeMethod · 0.85
ArraySelectorMethod · 0.85
ChunkedArraySelectorMethod · 0.85
ResolvedSortKeyMethod · 0.85
SortChunkedArrayFunction · 0.85
SortAndMarkDuplicateMethod · 0.85

Calls 1

VisitTypeInlineFunction · 0.85

Tested by

no test coverage detected