public class ElasticPlanTransformer
extends org.apache.calcite.rel.RelShuttleImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
ElasticPlanTransformer.ElasticExpressionMapper
Implementation of RexShuttle that replaces RexInputRef expressions with ITEM calls to _MAP field.
|
| Constructor and Description |
|---|
ElasticPlanTransformer() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.rel.RelNode |
visit(org.apache.calcite.rel.RelNode other) |
org.apache.calcite.rel.RelNode |
visit(org.apache.calcite.rel.core.TableScan other)
Replaces rowType of RelOptTable by rowType obtained from ElasticsearchTable.
|
public org.apache.calcite.rel.RelNode visit(org.apache.calcite.rel.core.TableScan other)
visit in interface org.apache.calcite.rel.RelShuttlevisit in class org.apache.calcite.rel.RelShuttleImplpublic org.apache.calcite.rel.RelNode visit(org.apache.calcite.rel.RelNode other)
visit in interface org.apache.calcite.rel.RelShuttlevisit in class org.apache.calcite.rel.RelShuttleImplCopyright © 2021 The Apache Software Foundation. All rights reserved.