Module chewdata::document

source ·

Modules§

  • Read and Write in Byte format.
  • Read and Write in CSV format.
  • Read and Write in JSON format.
  • Read and Write in JSON Lines format.
  • Read and Write in Parquet format. this class read the resource with good performence but the writing will take time. It is not possible to parallize the writing with multi threads.
  • Read and Write in Text format.
  • Read and Write in Toml format.
  • Read and Write in Xml format.
  • Read and Write in Yaml format.

Enums§

Traits§

  • Every document_builder that implement this trait can get/write json_value through a connector.