EXPAND ALL
  • Home

pxtrace.ArgExpr

Specifies a function argument to trace.

Extracts the function argument, as specified by the provided expression. Traceable types are base types (int, float, etc.), strings and byte arrays. Base-type arguments are specified directly (arg1), while struct members are accessed using dotted notation (arg1.foo). The dot operator works on both pointer and non-pointer types.

Arguments

NameTypeDescription
exprstrThe expression to evaluate.

Returns

px.TracingField: A materialized column pointer to use in output table definitions.

This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.