| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.optimizer.calcite.rules.views |
| Modifier and Type | Class and Description |
|---|---|
class |
HiveAggregateInsertDeleteIncrementalRewritingRule
This rule will perform a rewriting to prepare the plan for incremental
view maintenance in case there exist aggregation operator, so we can
avoid the INSERT OVERWRITE and use a MERGE statement instead.
|
class |
HiveAggregateInsertIncrementalRewritingRule
This rule will perform a rewriting to prepare the plan for incremental
view maintenance in case there exist aggregation operator, so we can
avoid the INSERT OVERWRITE and use a MERGE statement instead.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.