MCPcopy Index your code
hub / github.com/ray-project/ray / schema

Method schema

python/ray/data/block.py:524–526  ·  view source on GitHub ↗

Return the Python type or pyarrow schema of this block.

(self)

Source from the content-addressed store, hash-verified

522 raise NotImplementedError
523
524 def schema(self) -> Union[type, "pyarrow.lib.Schema"]:
525 """Return the Python type or pyarrow schema of this block."""
526 raise NotImplementedError
527
528 def get_metadata(
529 self,

Callers 1

from_blockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected