Class MockSqlOperatorTable.MapFunction

java.lang.Object
org.apache.calcite.sql.SqlOperator
org.apache.calcite.sql.SqlFunction
org.apache.calcite.test.MockSqlOperatorTable.MapFunction
Enclosing class:
MockSqlOperatorTable

public static class MockSqlOperatorTable.MapFunction extends SqlFunction
"MAP" user-defined function. This function return map type in order to reproduce the throws of CALCITE-4895.
  • Constructor Details

    • MapFunction

      public MapFunction()
  • Method Details

    • inferReturnType

      public RelDataType inferReturnType(SqlOperatorBinding opBinding)
      Description copied from class: SqlOperator
      Infers the return type of an invocation of this operator; only called after the number and types of operands have already been validated. Subclasses must either override this method or supply an instance of SqlReturnTypeInference to the constructor.
      Overrides:
      inferReturnType in class SqlOperator
      Parameters:
      opBinding - description of invocation (not necessarily a SqlCall)
      Returns:
      inferred return type