public class NonNativeAcidMaterializedViewASTBuilder extends Object
| Constructor and Description |
|---|
NonNativeAcidMaterializedViewASTBuilder(Table mvTable) |
| Modifier and Type | Method and Description |
|---|---|
List<ASTNode> |
createAcidSortNodes(ASTNode inputNode) |
List<ASTNode> |
createAcidSortNodes(String tableName) |
protected List<ASTNode> |
createAcidSortNodesInternal(String tableName) |
List<ASTNode> |
createDeleteSelectNodes(String tableName) |
ASTNode |
createQualifiedColumnNode(String tableName,
String columnName) |
ASTNode |
createSortNode(ASTNode sortKeyNodes) |
ASTNode |
createSortNodes(List<ASTNode> sortKeyNodes) |
List<ASTNode> |
wrapIntoSelExpr(List<ASTNode> expressionNodes) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.