Package org.apache.calcite.sql.type
Interface SqlOperandHandler
public interface SqlOperandHandler
Strategy interface to process operands of an operator call.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault SqlNode
rewriteCall
(SqlValidator validator, SqlCall call)
-
Method Details
-
rewriteCall
-