arrow_
avro
54.2.0
In arrow_
avro::
reader::
vlq
arrow_avro
::
reader
::
vlq
Function
read_varint_array
Copy item path
Source
fn read_varint_array(buf: [
u8
;
10
]) ->
Option
<(
u64
,
usize
)>
Expand description
Based on
https://github.com/tokio-rs/prost/blob/master/prost/src/encoding/varint.rs#L71
https://github.com/google/protobuf/blob/3.3.x/src/google/protobuf/io/coded_stream.cc#L365-L406
https://github.com/protocolbuffers/protobuf-go/blob/v1.27.1/encoding/protowire/wire.go#L358