No, this is not supported.
In the documentation, the options you have are:
- apply compression type or encoding to columns in a table manually when creating a table
- use the COPY command to automatically analyze and apply compression (on an empty table)
- specify the encoding for the column when it is added to the table using the ALTER TABLE command
From the same documentation
.