yiguolei commented on PR #10214: URL: https://github.com/apache/doris/pull/10214#issuecomment-1166250026
> ```sql > explode_numbers > ``` Yes, TVF numbers could be implemented by using explode_numbers TF. Numbers is only a simple demo for TVF. We will implement more table valued functions based on this framework. For example, we could implement TVF segments table function. Segments table valued function will have columns (dbid, tableid, rowsetid, segment id, columnname, column type, compressed columnsize, org size). System admin could get many detail info from this tvf. And we could also add some metric TVF like compactions. We could get current running compactions from every BE. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org