Interface ImplementableFunction

All Superinterfaces:
Function
All Known Implementing Classes:
ScalarFunctionImpl, SqlAdvisorGetHintsFunction, SqlAdvisorGetHintsFunction2, TableFunctionImpl

public interface ImplementableFunction extends Function
Function that can be translated to java code.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns implementor that translates the function to linq4j expression.

    Methods inherited from interface org.apache.calcite.schema.Function

    getParameters
  • Method Details

    • getImplementor

      CallImplementor getImplementor()
      Returns implementor that translates the function to linq4j expression.
      Returns:
      implementor that translates the function to linq4j expression.