Finish a writer without encryption — convenience for existing tests.
(w: SegmentWriter)
| 127 | |
| 128 | /// Finish a writer without encryption — convenience for existing tests. |
| 129 | fn finish_plain(w: SegmentWriter) -> crate::error::ArrayResult<Vec<u8>> { |
| 130 | w.finish(None) |
| 131 | } |
| 132 | |
| 133 | fn schema() -> crate::schema::ArraySchema { |
| 134 | ArraySchemaBuilder::new("g") |