Is there any support in the calcite parser for table-value functions? For instance, this valid postgres query does not seem to be able to be parsed by calcite 1.18. Am I missing something, or is this not supported?
select * from generate_series(1, 32, 1) Thank you very much for any help you may be able to provide. Paul
