The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
column pruning inside transform UDF

Hello,
I have UDF transform function to map one string serialized column into many regular columns. It takes serialization schema and extracts attributes according to it. The problem is when I get just a single attribute out of serialized string UDF still extracts all of them according to schema and only after that vertica drops unused columns.
Is it possible to programmatically get the list of columns really used in a query so I can perform column pruning inside my UDF?
0