Skip to main content

tolerant_csv_stream_from_reader

Function tolerant_csv_stream_from_reader 

Source
fn tolerant_csv_stream_from_reader(
    reader: BoxStream<'static, Result<Bytes>>,
    path: &str,
    schema: SchemaRef,
    projection: Vec<usize>,
    has_header: bool,
    delimiter: u8,
) -> Result<SendableRecordBatchStream>