Package org.apache.calcite.schema
Interface ImplementableFunction
- All Superinterfaces:
Function
- All Known Implementing Classes:
ScalarFunctionImpl
,SqlAdvisorGetHintsFunction
,SqlAdvisorGetHintsFunction2
,TableFunctionImpl
Function that can be translated to java code.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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.
-