| Modifier and Type | Method and Description |
|---|---|
StatsSource |
Driver.getStatsSource() |
StatsSource |
Context.getStatsSource() |
StatsSource |
DriverContext.getStatsSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
Driver.setStatsSource(StatsSource runtimeStatsSource) |
void |
Context.setStatsSource(StatsSource statsSource) |
void |
DriverContext.setStatsSource(StatsSource statsSource) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.calcite.tools.Frameworks.PlannerAction<org.apache.calcite.rel.RelNode> |
AlterMaterializedViewRebuildAnalyzer.createPlannerAction(Map<String,PrunedPartitionList> partitionCache,
StatsSource statsSource,
ColumnAccessInfo columnAccessInfo) |
| Constructor and Description |
|---|
MVRebuildCalcitePlannerAction(Map<String,PrunedPartitionList> partitionCache,
StatsSource statsSource,
ColumnAccessInfo columnAccessInfo) |
| Constructor and Description |
|---|
HivePlannerContext(HiveAlgorithmsConf algoConfig,
HiveRulesRegistry registry,
org.apache.calcite.config.CalciteConnectionConfig calciteConfig,
HiveConfPlannerContext isCorrelatedColumns,
StatsSource statsSource) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.calcite.tools.Frameworks.PlannerAction<org.apache.calcite.rel.RelNode> |
CalcitePlanner.createPlannerAction(Map<String,PrunedPartitionList> partitionCache,
StatsSource statsSource,
ColumnAccessInfo columnAccessInfo) |
| Constructor and Description |
|---|
CalcitePlannerAction(Map<String,PrunedPartitionList> partitionCache,
StatsSource statsSource,
ColumnAccessInfo columnAccessInfo,
QB rootQB) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingStatsSource |
class |
EmptyStatsSource |
class |
MapBackedStatsSource |
| Modifier and Type | Field and Description |
|---|---|
static StatsSource |
EmptyStatsSource.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static StatsSource |
StatsSources.getStatsSource(HiveConf conf) |
static StatsSource |
StatsSources.getStatsSourceContaining(StatsSource currentStatsSource,
PlanMapper pm) |
static StatsSource |
StatsSources.globalStatsSource(int cacheSize) |
static StatsSource |
StatsSources.metastoreBackedStatsSource(int cacheSize,
int batchSize,
StatsSource parent) |
| Modifier and Type | Method and Description |
|---|---|
static StatsSource |
StatsSources.getStatsSourceContaining(StatsSource currentStatsSource,
PlanMapper pm) |
static StatsSource |
StatsSources.metastoreBackedStatsSource(int cacheSize,
int batchSize,
StatsSource parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReExecDriver.setStatsSource(StatsSource statsSource) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.