Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-5783

Support hint for TableFunctionScan

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.35.0
    • core

    Description

      This ticket is meant to make the table function scan RelNode hintable, so that we can apply some hint on the target table function.
      So that we can support to use hints like

      SELECT /*+ ASYNC_LATERAL('output-mode' = 'ordered', 'capacity' = '200', 'timeout' = '180s') */ a, c1, c2
      FROM T1
      LEFT JOIN LATERAL TABLE (async_split(b)) AS T(c1, c2) ON true
      

      Attachments

        Issue Links

          Activity

            People

              aitozi WenJun Min
              aitozi WenJun Min
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: