Module arrow::pyarrow

source ·
Expand description

This module demonstrates a minimal usage of Rust’s C data interface to pass arrays from and to Python.

Structs

A Rust type representing an exception defined in Python code.
A newtype wrapper around a T: PyArrowConvert that implements FromPyObject and IntoPy allowing usage with pyo3 macros

Traits

Type Definitions