| Package | Description |
|---|---|
| org.apache.druid.sql.calcite.expression | |
| org.apache.druid.sql.calcite.rel |
| Modifier and Type | Method and Description |
|---|---|
DruidExpression |
DruidExpression.visit(DruidExpression.DruidExpressionShuttle shuttle)
Visit all sub
DruidExpression (the DruidExpression.arguments of this expression), allowing the
DruidExpression.DruidExpressionShuttle to potentially rewrite these arguments with new DruidExpression, finally
building a new version of this DruidExpression with updated DruidExpression.arguments. |
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualColumnRegistry.visitAllSubExpressions(DruidExpression.DruidExpressionShuttle shuttle) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.