Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-9969

Beam ZetaSQL test pure SQL user-defined table functions

Details

    • Task
    • Status: Open
    • P3
    • Resolution: Unresolved
    • None
    • None
    • dsl-sql-zetasql
    • None

    Description

      There are four types of implementation of table-valued function:
      1. FixedSchemaOutput. The output of the TVF is pre-defined.
      2. InputSchemaForwardToOutput. The output schema of the TVF is the same as input schema.
      3. InputSchemaForwardToOutputWithAppendedColumns. The output schema of the TVF is the same as input schema plus columns appended.
      4. TemplatedTVF. Parameters of TVF are templated. (e.g. ANY TYPE, ANY TABLE, etc.)

      Attachments

        Activity

          People

            Unassigned Unassigned
            amaliujia Rui Wang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: