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

Method Visit

cpp/src/arrow/array/util.cc:348–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346
347 template <typename T, typename = decltype(TypeTraits<T>::bytes_required(0))>
348 Status Visit(const T&) {
349 return MaxOf(TypeTraits<T>::bytes_required(length_));
350 }
351
352 template <typename T>
353 enable_if_var_size_list<T, Status> Visit(const T& type) {

Callers

nothing calls this directly

Calls 10

index_typeMethod · 0.80
storage_typeMethod · 0.80
GetBufferLengthClass · 0.70
OKFunction · 0.50
NotImplementedFunction · 0.50
value_typeMethod · 0.45
list_sizeMethod · 0.45
byte_widthMethod · 0.45
fieldsMethod · 0.45
typeMethod · 0.45

Tested by

no test coverage detected