Package org.apache.calcite.rex
Interface RexSqlConvertletTable
- All Known Implementing Classes:
RexSqlReflectiveConvertletTable,RexSqlStandardConvertletTable
public interface RexSqlConvertletTable
Collection of
RexSqlConvertlets.-
Method Summary
Modifier and TypeMethodDescription@Nullable RexSqlConvertletReturns the convertlet applicable to a given expression.
-
Method Details
-
get
Returns the convertlet applicable to a given expression.
-