package yocaml

  1. Overview
  2. Docs

Module DATA_READER.Pipeline

Describes the arrowized interface for reading a file and parsing its metadata.

val read_file_with_metadata : (module DATA_READABLE with type t = 'a) -> ?extraction_strategy:extraction_strategy -> Path.t -> (unit, 'a * string) arr

The analogous function of Yocaml.Pipeline.read_file_with_metadata, not requiring a DATA_PROVIDER.

val read_file_as_metadata : (module DATA_READABLE with type t = 'a) -> Path.t -> (unit, 'a) arr

The analogous function of Yocaml.Pipeline.read_file_as_metadata, not requiring a DATA_PROVIDER.