We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc08aa commit fc1dbb8Copy full SHA for fc1dbb8
1 file changed
arrow-ipc/src/writer.rs
@@ -72,7 +72,7 @@ pub struct IpcWriteOptions {
72
/// Return type for [`IpcDataGenerator::write_batch_direct`]: `(dict_sizes, batch_sizes)` where
73
/// each element is `(ipc_metadata_bytes, body_bytes)`.
74
///
75
-/// [`FileWriter`] uses these sizes to build the [`Block`] index entries required by the IPC
+/// [`FileWriter`] uses these sizes to build the Block index entries required by the IPC
76
/// footer for random-access reads.
77
type IPCMetadata = Result<(Vec<(usize, usize)>, (usize, usize)), ArrowError>;
78
/// A single buffer segment ready to be written to the output stream.
0 commit comments