Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jan 15, 2025
1 parent 1c0b81e commit 009848a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 009848a

Please sign in to comment.