Open BhuviTheDataGuy opened 4 years ago
Im not sure where to mention this. It may be a suggestion or a new feature.
Im RedShift we have SORT KEYs which is equivalent to clustering in BigQuery.
It would be great that the DDLparser detect it.
create table test ( id int sortkey, name varchar(10) ); create table test2 ( id int, name varchar(10) ) sortkey(id);
DDLparse:
print(col.sortkey ) id
Im not sure where to mention this. It may be a suggestion or a new feature.
Im RedShift we have SORT KEYs which is equivalent to clustering in BigQuery.
It would be great that the DDLparser detect it.
DDLparse: