Hi Team , I have a doubt in Star Tree I have a cas...
# general
d
Hi Team , I have a doubt in Star Tree I have a case in which it checks for nested columns in a table What I am trying to do is , apply these nested columns in a CASE as A In Star Tree I need to apply that A --> count__A Can I apply like these in my star tree generator or only columns respective to schema? Or there are any other support available?
Is there any support for boolean columns in which to pre aggregate count(false) & count(true)?
m
@Jackie ^^
j
@Deena Dhayalan In order to apply star-tree to a column, the column has to be a physically stored column. You may use the ingestion transform feature to physically store the result of a function into a column
d
Thank You Jackie