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

Method mutable_data

cpp/src/arrow/compute/util_internal.h:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 public:
79 ~TempVectorHolder() { stack_->release(id_, num_elements_ * sizeof(T)); }
80 T* mutable_data() { return reinterpret_cast<T*>(data_); }
81 TempVectorHolder(TempVectorStack* stack, uint32_t num_elements) {
82 stack_ = stack;
83 num_elements_ = num_elements;

Callers 15

test_new_bytesMethod · 0.45
test_mutable_dataMethod · 0.45
test_mutable_dataMethod · 0.45
ReadMethod · 0.45
TestPyBufferNumpyArrayFunction · 0.45
AllocateNullBitmapFunction · 0.45
VisitMethod · 0.45
InitNullBitmapMethod · 0.45
StaticCastBufferFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_new_bytesMethod · 0.36
test_mutable_dataMethod · 0.36
test_mutable_dataMethod · 0.36
TestPyBufferNumpyArrayFunction · 0.36
TestSessionFunction · 0.36
TESTFunction · 0.36
AssertCudaBufferEqualsFunction · 0.36
TEST_FFunction · 0.36
CompressDataOneShotFunction · 0.36
TEST_FFunction · 0.36