Class SqlDescriptorOperator

java.lang.Object
org.apache.calcite.sql.SqlOperator
org.apache.calcite.sql.SqlDescriptorOperator

public class SqlDescriptorOperator extends SqlOperator
DESCRIPTOR appears as an argument in a function. DESCRIPTOR accepts a list of identifiers that represent a list of names. The interpretation of names is left to the function.

A typical syntax is DESCRIPTOR(col_name, ...).

An example is a table-valued function that takes names of columns to filter on.

  • Constructor Details

    • SqlDescriptorOperator

      public SqlDescriptorOperator()
  • Method Details