Module data

Module data 

Source
Expand description

Custom data structures and streaming support to replace polars

Structs§

DataRow
A single row of data with named columns
DataStreamInfo
Metadata about a data stream
DataStreamResult
Result type for command execution with streaming data

Traits§

IntoDataRow
Helper trait for converting various data types to DataRow

Functions§

stream_from_async_iter
Helper for creating streams from async iterators
stream_from_iter
Helper for creating streams from iterators