We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6c01c commit 22a2ef9Copy full SHA for 22a2ef9
arrow/examples/README.md
@@ -24,6 +24,6 @@
24
- [`dynamic_types.rs`](dynamic_types.rs): Dealing with mixed types dynamically at runtime
25
- [`read_csv.rs`](read_csv.rs): Reading CSV files with explicit schema, pretty printing Arrays
26
- [`read_csv_infer_schema.rs`](read_csv_infer_schema.rs): Reading CSV files, pretty printing Arrays
27
-- [`zero_copy_ipc`](zero_copy_ipc): Zero copy read of Arrow IPC file using `mmap`
+- [`zero_copy_ipc.rs`](zero_copy_ipc.rs): Zero copy read of Arrow IPC file using `mmap`
28
- [`tensor_builder.rs`](tensor_builder.rs): Using tensor builder
29
- [`version.rs`](version.rs): Print the arrow version and exit
0 commit comments