pub async fn into_flight_stream<R: AsyncRead + AsyncSeek + Unpin + Send>(
reader: &mut R,
) -> PolarsResult<impl Stream<Item = PolarsResult<EncodedData>> + '_>
Available on crate feature
io_ipc
only.pub async fn into_flight_stream<R: AsyncRead + AsyncSeek + Unpin + Send>(
reader: &mut R,
) -> PolarsResult<impl Stream<Item = PolarsResult<EncodedData>> + '_>
io_ipc
only.