Skip to content

Commit 243f295

Browse files
committed
Fix docs link
1 parent bf4ce13 commit 243f295

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arrow-json/src/reader/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,8 @@ impl Decoder {
613613
/// ```
614614
///
615615
/// Note: this ignores any batch size setting, and always decodes all rows
616+
///
617+
/// [serde]: https://docs.rs/serde/latest/serde/
616618
pub fn serialize<S: Serialize>(&mut self, rows: &[S]) -> Result<(), ArrowError> {
617619
self.tape_decoder.serialize(rows)
618620
}

0 commit comments

Comments
 (0)