Class ReinterpretOperatorConversion
java.lang.Object
org.apache.druid.sql.calcite.expression.builtin.CastOperatorConversion
org.apache.druid.sql.calcite.expression.builtin.ReinterpretOperatorConversion
- All Implemented Interfaces:
SqlOperatorConversion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.calcite.sql.SqlOperatorReturns the SQL operator corresponding to this function.Methods inherited from class org.apache.druid.sql.calcite.expression.builtin.CastOperatorConversion
toDruidExpressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.sql.calcite.expression.SqlOperatorConversion
toDruidExpressionWithPostAggOperands, toDruidFilter, toPostAggregator
-
Constructor Details
-
ReinterpretOperatorConversion
public ReinterpretOperatorConversion()
-
-
Method Details
-
calciteOperator
public org.apache.calcite.sql.SqlOperator calciteOperator()Description copied from interface:SqlOperatorConversionReturns the SQL operator corresponding to this function. Should be a singleton.- Specified by:
calciteOperatorin interfaceSqlOperatorConversion- Overrides:
calciteOperatorin classCastOperatorConversion- Returns:
- operator
-