Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
VisitSequenceGeneric
Function · 0.45
TestCheckPyErrorStatus
Function · 0.45
TestInferPrecisionAndScale
Function · 0.45
TestMixedPrecisionAndScale
Function · 0.45
PythonUdfScalarAggregatorImpl
Method · 0.45
PythonUdfHashAggregatorImpl
Method · 0.45
ApplyGroupings
Method · 0.45
CallTabularFunction
Function · 0.45
DecimalFromString
Function · 0.45
ValuesToBitmap
Function · 0.45
Visit
Method · 0.45
NdarrayToArrow
Function · 0.45
Calls
no outgoing calls
Tested by
4
TestCheckPyErrorStatus
Function · 0.36
TestInferPrecisionAndScale
Function · 0.36
TestMixedPrecisionAndScale
Function · 0.36
TestSession
Function · 0.36