Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.19.0
-
None
Description
Calcite has a TableFunctionScan, which is a RelNode, takes a function, 0 or more RelNode inputs, and 0 or more other arguments.
RelBuilder does not support TableFunctionScan yet.
add In RelBuilder TableFunctionScanFactory which will create LogicalTableFunctionScan like as for LogicalTableScan and factory for others RelNodes [ example ]
also adding a functionScan method, analogous to the scan method but for table functions.
Attachments
Issue Links
- duplicates
-
CALCITE-2896 RelBuilder supports creating TableFunctionScan
- Closed
- links to