| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.metadata |
| Modifier and Type | Method and Description |
|---|---|
HiveRelOptMaterialization.IncrementalRebuildMode |
HiveRelOptMaterialization.getRebuildMode() |
static HiveRelOptMaterialization.IncrementalRebuildMode |
HiveRelOptMaterialization.IncrementalRebuildMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveRelOptMaterialization.IncrementalRebuildMode[] |
HiveRelOptMaterialization.IncrementalRebuildMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HiveRelOptMaterialization(org.apache.calcite.rel.RelNode tableRel,
org.apache.calcite.rel.RelNode queryRel,
org.apache.calcite.plan.RelOptTable starRelOptTable,
List<String> qualifiedTableName,
Set<RewriteAlgorithm> scope,
HiveRelOptMaterialization.IncrementalRebuildMode rebuildMode,
ASTNode ast) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.