I have an existing symbol column in HDB and want to cast that to a symbol list, can anyone advise what is the best way of doing that? I know that adding a column is as follows:
.ds.hdb.addCol[`:.;`tab;`eventType;enlist`$()]
but how would we cast an existing one?
https://github.com/KxSystems/kdb/blob/master/utils/dbmaint.md#fncol
fncol[`:.;`tab;`eventType;{enlist each x}]