Does flex tables support projections ?
hello,
Does flex tables has projections, if yes how to apply projections to flex tables.
Thanks in advance
0
hello,
Does flex tables has projections, if yes how to apply projections to flex tables.
Thanks in advance
Comments
Yes, FLEX tables support projections. But unless you materialize columns, I do not think they are of much use (other than the default SUPER projection).
Example:
Note above that the default SUPER projection is used for the query (even though I order by C2).
Next I will materialize the columns C1 and C2 and create another projection:
Now, the expected projection is being used correctly.