Class SqlShuttle.CallCopyingArgHandler

java.lang.Object
org.apache.calcite.sql.util.SqlShuttle.CallCopyingArgHandler
All Implemented Interfaces:
SqlBasicVisitor.ArgHandler<@Nullable SqlNode>
Enclosing class:
SqlShuttle

protected class SqlShuttle.CallCopyingArgHandler extends Object implements SqlBasicVisitor.ArgHandler<@Nullable SqlNode>
Implementation of SqlBasicVisitor.ArgHandler that deep-copies SqlCalls and their operands.