Package org.apache.calcite.sql2rel
Interface SqlRexConvertletTable
- All Known Implementing Classes:
ReflectiveConvertletTable,StandardConvertletTable
public interface SqlRexConvertletTable
Collection of
SqlRexConvertlets.-
Method Summary
Modifier and TypeMethodDescription@Nullable SqlRexConvertletReturns the convertlet applicable to a given expression.
-
Method Details
-
get
Returns the convertlet applicable to a given expression.
-