| Package | Description |
|---|---|
| org.apache.flink.table.api.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
DQLCachedPlan
PlanCache for DQL.
|
| Modifier and Type | Method and Description |
|---|---|
CachedPlan |
TableResultInternal.getCachedPlan() |
CachedPlan |
TableResultImpl.getCachedPlan() |
| Modifier and Type | Method and Description |
|---|---|
Optional<CachedPlan> |
PlanCacheManager.getPlan(String query) |
| Modifier and Type | Method and Description |
|---|---|
TableResultInternal |
TableEnvironmentImpl.executeCachedPlanInternal(CachedPlan cachedPlan) |
TableResultInternal |
TableEnvironmentInternal.executeCachedPlanInternal(CachedPlan cachedPlan)
Execute the given
CachedPlan and return the execution result. |
void |
PlanCacheManager.putPlan(String query,
CachedPlan cachedPlan) |
TableResultImpl.Builder |
TableResultImpl.Builder.setCachedPlan(CachedPlan cachedPlan)
Specifies cached plan which associates the submitted Flink job.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.