Module parquet_format_safe::thrift::protocol
source · Expand description
Types used to send and receive primitives between a Thrift client and server.
Structs§
- Read messages encoded in the Thrift compact protocol.
- Write messages using the Thrift compact protocol.
- Write messages asyncronously using the Thrift compact protocol.
- Thrift field identifier.
- Thrift list identifier.
- Thrift map identifier.
- Thrift message identifier.
- Thrift set identifier.
- Thrift struct identifier.
Enums§
- Thrift message types.
- Thrift struct-field types.
Traits§
- Converts a stream of bytes into Thrift identifiers, primitives, containers, or structs.
- Converts Thrift identifiers, primitives, containers or structs into a stream of bytes.
Functions§
- Extract the field id from a Thrift field identifier.
- Compare the expected message type
expectedwith the received message typeactual. - Compare the expected message sequence number
expectedwith the received message sequence numberactual. - Compare the expected service-call name
expectedwith the received service-call nameactual. - Check if a required Thrift struct field exists.