docs: Update delorean_parquet/src/writer.rs

Co-authored-by: Jake Goulding <jake.goulding@integer32.com>
pull/24376/head
Edd Robinson 2020-06-22 11:20:52 +01:00
parent 146000d55b
commit 11132b9b30
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ where
/// ];
///
/// packers[0].str_packer_mut().push(ByteArray::from("tag1")); // tag1 val
/// packers[1].i64_packer_mut().push(100); // field1 val
/// packers[2].push_none(); // no timestamp
/// packers[1].i64_packer_mut().push(100); // field1 val
/// packers[2].push_none(); // no timestamp
///
/// // Write to '/tmp/example.parquet'
/// let mut output_file_name = std::env::temp_dir();