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

Method AddHolderPointer

cpp/src/gandiva/annotator.cc:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60int Annotator::AddHolderPointer(void* holder) {
61 int size = static_cast<int>(holder_pointers_.size());
62 holder_pointers_.push_back(holder);
63 return size;
64}
65
66void Annotator::PrepareBuffersForField(const FieldDescriptor& desc,
67 const arrow::ArrayData& array_data,

Callers 2

VisitMethod · 0.80
VisitInGenericMethod · 0.80

Calls 2

push_backMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected