Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.27.0
Description
We would like to use table scan hints to pass parameters and variables to HANA views.
It should be possible to convert the following Calcite SQL
SELECT * FROM VIEW /*+ PLACEHOLDERS("$$PARAMETER_1$$"='Test') */
using a special SqlDialect to a HANA specific statement
SELECT * FROM VIEW ('PLACEHOLDER' = ('$$PARAMETER_1$$', 'Test'))
See also my mail in the mailing list.
Attachments
Issue Links
- links to