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