Class SqlSetSemanticsTableOperator


public class SqlSetSemanticsTableOperator extends SqlInternalOperator
SetSemanticsTable appears as an parameter in a table function. It represents as an input table with set semantics. Set semantics means that the outcome of the function depends on how the data is partitioned. When the table function is called from a query, the table parameter can optionally be extended with either a PARTITION BY clause or an ORDER BY clause or both.
  • Constructor Details

    • SqlSetSemanticsTableOperator

      public SqlSetSemanticsTableOperator()
  • Method Details