Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ NoBufferPresent
Class
NoBufferPresent
python/pyarrow/interchange/column.py:154–155 ·
view source on GitHub ↗
Exception to signal that there is no requested buffer.
Source
from the content-addressed store, hash-verified
152
153
154
class
NoBufferPresent(Exception):
155
""
"Exception to signal that there is no requested buffer."
""
156
157
158
class
_PyArrowColumn:
Callers
2
_get_validity_buffer
Method · 0.85
_get_offsets_buffer
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected