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 bf4ce13 commit 243f295Copy full SHA for 243f295
arrow-json/src/reader/mod.rs
@@ -613,6 +613,8 @@ impl Decoder {
613
/// ```
614
///
615
/// Note: this ignores any batch size setting, and always decodes all rows
616
+ ///
617
+ /// [serde]: https://docs.rs/serde/latest/serde/
618
pub fn serialize<S: Serialize>(&mut self, rows: &[S]) -> Result<(), ArrowError> {
619
self.tape_decoder.serialize(rows)
620
}
0 commit comments