I'm building an application that allows users to execute SQL and retrieve data from Clickhouse. My use case needs to access "query_raw" and transform the data, but I cannot access Block to create functions/traits to process this data into rows, for example.
I'm building an application that allows users to execute SQL and retrieve data from Clickhouse. My use case needs to access "query_raw" and transform the data, but I cannot access
Block
to create functions/traits to process this data into rows, for example.