MCPcopy
hub / github.com/ray-project/ray / to_arrow

Method to_arrow

python/ray/data/block.py:481–483  ·  view source on GitHub ↗

Convert this block into an Arrow table.

(self)

Source from the content-addressed store, hash-verified

479 raise NotImplementedError
480
481 def to_arrow(self) -> "pyarrow.Table":
482 """Convert this block into an Arrow table."""
483 raise NotImplementedError
484
485 def to_block(self) -> Block:
486 """Return the base block that this accessor wraps."""

Callers 6

to_batch_formatMethod · 0.95
batch_to_blockMethod · 0.45
_block_to_arrowFunction · 0.45
aggregate_blockMethod · 0.45
aggregate_blockMethod · 0.45
whisper_preprocessFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected