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

Function type

cpp/src/arrow/tensor.h:123–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 const std::vector<std::string>& dim_names);
122
123 std::shared_ptr<DataType> type() const { return type_; }
124 std::shared_ptr<Buffer> data() const { return data_; }
125
126 const uint8_t* raw_data() const { return data_->data(); }

Callers 4

FlattenMethod · 0.70
CountNonZeroMethod · 0.70
MergeWithMethod · 0.70
testing.pyFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected