Skip to main content

ingest_pb

Function ingest_pb 

Source
pub fn ingest_pb(
    pb_bytes: &[u8],
    full_schema: &ParsedSchema,
    annotations: bool,
) -> ProtoTextMessage
Expand description

Decode a binary protobuf payload into a lossless ProtoTextMessage.

Mirrors decode_pb() in decode.py.