Expand description
Custom data structures and streaming support to replace polars
Structs§
- DataRow
- A single row of data with named columns
- Data
Stream Info - Metadata about a data stream
- Data
Stream Result - Result type for command execution with streaming data
Traits§
- Into
Data Row - 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