Module parquet_format_safe::thrift::varint
source · Traits§
- Varint (variable length integer) encoding, as described in https://developers.google.com/protocol-buffers/docs/encoding.
- Like a [
VarIntReader], but returns a future. - Like VarIntWriter, but asynchronous.
- A trait for reading VarInts from any other
Reader. - A trait for writing integers in VarInt encoding to any
Writetype. This packs encoding and writing into one step.