Docs.rs
  • nautilus-serialization-0.46.0
    • nautilus-serialization 0.46.0
    • Docs.rs crate page
    • LGPL-3.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • cjdsellers
    • Dependencies
      • anyhow ^1.0.97 normal
      • arrow ^54.3.1 normal
      • nautilus-core ^0.46.0 normal
      • nautilus-model ^0.46.0 normal
      • parquet ^54.3.1 normal
      • pyo3 ^0.24.1 normal optional
      • serde ^1.0.219 normal
      • strum ^0.27.1 normal
      • thiserror ^2.0.12 normal
      • criterion ^0.5.1 dev
      • pretty_assertions ^1.4.1 dev
      • rstest ^0.25.0 dev
    • Versions
    • 12.16% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

nautilus_serialization0.46.0

Module arrow

Module Items

  • Functions

In nautilus_serialization::python

nautilus_serialization::python

Module arrow

Source

Functions§

get_arrow_schema_map
py_bars_to_arrow_record_batch_bytes
py_book_deltas_to_arrow_record_batch_bytes
py_book_depth10_to_arrow_record_batch_bytes
py_index_prices_to_arrow_record_batch_bytes
py_instrument_closes_to_arrow_record_batch_bytes
py_mark_prices_to_arrow_record_batch_bytes
py_quotes_to_arrow_record_batch_bytes
py_trades_to_arrow_record_batch_bytes
pyobjects_to_arrow_record_batch_bytes
Return Python bytes from the given list of ‘legacy’ data objects, which can be passed to pa.ipc.open_stream to create a RecordBatchReader.