Uses of Interface
org.apache.druid.sql.calcite.expression.DruidExpression.DruidExpressionShuttle
Packages that use DruidExpression.DruidExpressionShuttle
-
Uses of DruidExpression.DruidExpressionShuttle in org.apache.druid.sql.calcite.expression
Methods in org.apache.druid.sql.calcite.expression with parameters of type DruidExpression.DruidExpressionShuttleModifier and TypeMethodDescriptionDruidExpression.visit(DruidExpression.DruidExpressionShuttle shuttle) Visit all subDruidExpression(theDruidExpression.argumentsof this expression), allowing theDruidExpression.DruidExpressionShuttleto potentially rewrite these arguments with newDruidExpression, finally building a new version of thisDruidExpressionwith updatedDruidExpression.arguments.