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

Method Visit

cpp/src/arrow/tensor.cc:526–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524
525 template <typename TYPE>
526 enable_if_number<TYPE, Status> Visit(const TYPE& type) {
527 result = TensorCountNonZero<TYPE>(tensor_);
528 return Status::OK();
529 }
530
531 Status Visit(const DataType& type) {
532 ARROW_CHECK(!is_tensor_supported(type.id()));

Callers

nothing calls this directly

Calls 5

is_tensor_supportedFunction · 0.85
OKFunction · 0.70
NotImplementedFunction · 0.70
idMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected