helper functions for displaying data types similar to node neo #2038
cookiejest
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using WASM to run queries in the browser. Perhaps unsurprisingly we want to write values in a human readable way to the browser html.
It is ok to convert the type into something readable manually small number of values with known types but now we are using ai for something and we have unknown data types coming through.
Is there any helper functions to convert these to readable (for humans) values? Similar to the helper functions in the node neo distribution.
https://duckdb.org/docs/stable/clients/node_neo/overview.html#specifying-values
Was going to implement something like this code below using the type ids in this: https://duckdb.org/docs/stable/clients/c/types.html .. is there a better way?
`
`
Beta Was this translation helpful? Give feedback.
All reactions