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

Function JsonTypeName

cpp/src/arrow/extension/tensor_internal.cc:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41} // namespace
42
43const char* JsonTypeName(const ::arrow::rapidjson::Value& v) {
44 return kJsonTypeNames[v.GetType()];
45}
46
47Result<int64_t> ComputeShapeProduct(std::span<const int64_t> shape) {
48 int64_t product = 1;

Callers 2

DeserializeMethod · 0.70
DeserializeMethod · 0.70

Calls 1

GetTypeMethod · 0.45

Tested by

no test coverage detected