posthog
posthog copied to clipboard
feat(hogql): add toTypeName function to hogql
Problem
We didn't expose the toTypeName function in HogQL, but it would certainly be useful for debugging.
Changes
Adds it.
How did you test this code?
See screenshot.
@mariusandra Any reason not to add this function to the language?