I am using Vertica S3 Export function to dump the table data into multiple files on S3. As I need the complete table, I just pass * to the function instead of the column names (also it would be tedious to give the column list, count is 100 +)
I am not quite sure on the order of the columns in the files that are created on S3. Files doesn't include any header information.