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

Function type

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

Source from the content-addressed store, hash-verified

125 const std::vector<std::string>& dim_names);
126
127 std::shared_ptr<DataType> type() const { return type_; }
128 std::shared_ptr<Buffer> data() const { return data_; }
129
130 const uint8_t* raw_data() const { return data_->data(); }

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected