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

Method Visit

cpp/src/parquet/arrow/path_internal.cc:719–723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717
718 template <typename T>
719 ::arrow::enable_if_t<std::is_base_of<::arrow::FlatArray, T>::value, Status> Visit(
720 const T& array) {
721 AddTerminalInfo(array);
722 return Status::OK();
723 }
724
725 template <typename T>
726 ::arrow::enable_if_t<std::is_same<::arrow::ListArray, T>::value ||

Callers

nothing calls this directly

Calls 15

emplace_backMethod · 0.80
nullableMethod · 0.80
OKFunction · 0.50
NotImplementedFunction · 0.50
VisitFunction · 0.50
raw_value_offsetsMethod · 0.45
list_typeMethod · 0.45
valuesMethod · 0.45
num_fieldsMethod · 0.45
value_typeMethod · 0.45
null_countMethod · 0.45
dictionaryMethod · 0.45

Tested by

no test coverage detected