public class CBOPlan extends Object
| Constructor and Description |
|---|
CBOPlan(ASTNode ast,
org.apache.calcite.rel.RelNode plan,
String invalidAutomaticRewritingMaterializationReason) |
| Modifier and Type | Method and Description |
|---|---|
ASTNode |
getAst() |
String |
getInvalidAutomaticRewritingMaterializationReason()
Returns an error message if this plan can not be a definition of a Materialized view which is an input of
Calcite based materialized view query rewrite.
|
org.apache.calcite.rel.RelNode |
getPlan()
Root node of plan.
|
public ASTNode getAst()
public org.apache.calcite.rel.RelNode getPlan()
RelNodepublic String getInvalidAutomaticRewritingMaterializationReason()
Copyright © 2022 The Apache Software Foundation. All rights reserved.