COLLAPSE ALL
  • Home
  • About Pixie
    • Pixie Overview
    • Data Sources
    • How Pixie uses eBPF
    • Roadmap
    • FAQ
    • Troubleshooting
  • Installing Pixie
    • Requirements
  • Using Pixie
    • Using the Live UI
    • Using the CLI
    • Using the API
  • Tutorials
  • Reference
    • Architecture
    • PxL
      • Compile Time Functions
        • px.days
        • px.equals_any
        • px.format_duration
        • px.hours
        • px.make_upid
        • px.microseconds
        • px.milliseconds
        • px.minutes
        • px.now
        • px.parse_duration
        • px.parse_time
        • px.script_reference
        • px.seconds
        • px.strptime
        • px.uint128

px.uint128

Parse the UUID string into a UInt128.

Parse the UUID string of canonical textual representation into a 128bit integer (ie "123e4567-e89b-12d3-a456-426614174000"). Errors out if the string is not the correct format.

Arguments

NameTypeDescription
uuidstringthe uuid in canoncial uuid4 format ("123e4567-e89b-12d3-a456-426614174000")

Returns

uint128: The uuid as a uint128.

Examples

val = px.uint128("123e4567-e89b-12d3-a456-426614174000")

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