From 009848aca000e0e02ff4c0f03d9c07ea096c9e34 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Wed, 15 Jan 2025 08:02:54 -0500 Subject: [PATCH] update readme --- arrow/examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow/examples/README.md b/arrow/examples/README.md index 75ab36022a9..9d896cd1175 100644 --- a/arrow/examples/README.md +++ b/arrow/examples/README.md @@ -24,6 +24,6 @@ - [`dynamic_types.rs`](dynamic_types.rs): Dealing with mixed types dynamically at runtime - [`read_csv.rs`](read_csv.rs): Reading CSV files with explicit schema, pretty printing Arrays - [`read_csv_infer_schema.rs`](read_csv_infer_schema.rs): Reading CSV files, pretty printing Arrays -- [`zero_copy_ipc`](zero_copy_ipc): Zero copy read of Arrow IPC streams and file from memory buffers and `mmap`d files +- [`zero_copy_ipc`](zero_copy_ipc): Zero copy read of Arrow IPC file using `mmap` - [`tensor_builder.rs`](tensor_builder.rs): Using tensor builder - [`version.rs`](version.rs): Print the arrow version and exit