Hello, Every Table Function usage example I was able to find is SQL-based, something like:
select * from table("s"."GenerateStrings"(5)) as t(n, c)
Could you please provide an example of Table Function scan that is
based on RelBuilder instead of SQL?
--
Best regards,
Anton.
