MCPcopy 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
154class NoBufferPresent(Exception):
155 """Exception to signal that there is no requested buffer."""
156
157
158class _PyArrowColumn:

Callers 2

_get_validity_bufferMethod · 0.85
_get_offsets_bufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected