-
Notifications
You must be signed in to change notification settings - Fork 501
Add PxL UDFs for standard math and string operations #405
Copy link
Copy link
Open
Labels
area/querygood first issueGood for newcomersGood for newcomerskind/featureNew feature or requestNew feature or requestpriority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Metadata
Metadata
Assignees
Labels
area/querygood first issueGood for newcomersGood for newcomerskind/featureNew feature or requestNew feature or requestpriority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Type
Fields
Give feedbackNo fields configured for issues without a type.
PxL is used to process and transform data collected by Pixie. In its current state, we have already have many functions implemented for most basic data processing (see: https://docs.px.dev/reference/pxl/)
However, we are still missing functions that users may want to execute on their data. In particular, this includes math and string operations such as itoa/atoi, string replace, and more.