feat: RecordBatch serialization (#26)

This commit is contained in:
Lei, Huang
2022-05-17 17:01:00 +08:00
committed by GitHub
parent 3d374cce68
commit bd4fe1f5bc
7 changed files with 177 additions and 57 deletions

1
Cargo.lock generated
View File

@@ -544,6 +544,7 @@ dependencies = [
"futures",
"paste",
"serde",
"serde_json",
"snafu",
"tokio",
]