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

Method size

python/pyarrow/src/arrow/python/numpy_internal.h:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 ~Ndarray1DIndexer() = default;
52
53 int64_t size() const { return PyArray_SIZE(arr_); }
54
55 const T* data() const { return reinterpret_cast<const T*>(data_); }
56

Callers 15

VisitSequenceGenericFunction · 0.45
TestCheckPyErrorStatusFunction · 0.45
ApplyGroupingsMethod · 0.45
CallTabularFunctionFunction · 0.45
DecimalFromStringFunction · 0.45
ValuesToBitmapFunction · 0.45
VisitMethod · 0.45
NdarrayToArrowFunction · 0.45

Calls

no outgoing calls

Tested by 4

TestCheckPyErrorStatusFunction · 0.36
TestSessionFunction · 0.36