Functions§
- get_
arrow_ schema_ map - Returns a mapping from field names to Arrow data types for the given Rust data class.
- py_
bars_ to_ arrow_ record_ batch_ bytes - Converts a list of
Bar
into Arrow IPC bytes for Python. - py_
book_ deltas_ to_ arrow_ record_ batch_ bytes - Converts a list of
OrderBookDelta
into Arrow IPC bytes for Python. - py_
book_ depth10_ to_ arrow_ record_ batch_ bytes - Converts a list of
OrderBookDepth10
into Arrow IPC bytes for Python. - py_
index_ prices_ to_ arrow_ record_ batch_ bytes - Converts a list of
IndexPriceUpdate
into Arrow IPC bytes for Python. - py_
instrument_ closes_ to_ arrow_ record_ batch_ bytes - Converts a list of
InstrumentClose
into Arrow IPC bytes for Python. - py_
mark_ prices_ to_ arrow_ record_ batch_ bytes - Converts a list of
MarkPriceUpdate
into Arrow IPC bytes for Python. - py_
quotes_ to_ arrow_ record_ batch_ bytes - Converts a list of
QuoteTick
into Arrow IPC bytes for Python. - py_
trades_ to_ arrow_ record_ batch_ bytes - Converts a list of
TradeTick
into Arrow IPC bytes for Python. - pyobjects_
to_ arrow_ record_ batch_ bytes - Returns Python
bytes
from the given list of legacy data objects, which can be passed topa.ipc.open_stream
to create aRecordBatchReader
.