EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
UDF to convert AMQP method id into their corresponding human-readable names.
The AMQP Method name.
Variable | Type | Description |
---|---|---|
class_id | INT64 | An AMQP class_id in numeric value |
method_id | INT64 | An AMQP method_id in numeric value |
df.method_name = px.amqp_method_name(df.class_id, df.method_id)