MCPcopy Create free account
hub / github.com/feast-dev/feast / _remote

Method _remote

sdk/python/feast/infra/ray_initializer.py:409–412  ·  view source on GitHub ↗
(file_path, read_kwargs)

Source from the content-addressed store, hash-verified

407
408 @ray.remote
409 def _remote(file_path, read_kwargs):
410 import ray
411
412 return ray.data.read_parquet(file_path, **read_kwargs)
413
414 opts = self._get_task_options()
415 remote_fn = _remote.options(**opts) if opts else _remote

Callers

nothing calls this directly

Calls 13

read_parquetMethod · 0.45
read_csvMethod · 0.45
read_jsonMethod · 0.45
read_textMethod · 0.45
read_imagesMethod · 0.45
read_binary_filesMethod · 0.45
read_tfrecordsMethod · 0.45
read_webdatasetMethod · 0.45
read_mongoMethod · 0.45
read_sqlMethod · 0.45
from_huggingfaceMethod · 0.45
from_pandasMethod · 0.45

Tested by

no test coverage detected