Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ data
Method
data
python/pyarrow/src/arrow/python/numpy_internal.h:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
int64_t size() const { return PyArray_SIZE(arr_); }
54
55
const T* data() const { return reinterpret_cast<const T*>(data_); }
56
57
bool is_strided() const { return stride_ != sizeof(T); }
58
Callers
15
TestPyBufferNumpyArray
Function · 0.45
TestNumPyBufferNumpyArray
Function · 0.45
Merge
Method · 0.45
Finalize
Method · 0.45
Exec
Method · 0.45
CastBuffer
Function · 0.45
StaticCastBuffer
Function · 0.45
ConvertData<Date64Type>
Method · 0.45
Visit
Method · 0.45
TensorToNdarray
Function · 0.45
SparseTensorDataToNdarray
Function · 0.45
StringToTzinfo
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestPyBufferNumpyArray
Function · 0.36
TestNumPyBufferNumpyArray
Function · 0.36
TestSession
Function · 0.36