Uses of Interface
org.apache.flink.table.api.internal.CachedPlan
-
Packages that use CachedPlan Package Description org.apache.flink.table.api.internal -
-
Uses of CachedPlan in org.apache.flink.table.api.internal
Classes in org.apache.flink.table.api.internal that implement CachedPlan Modifier and Type Class Description class
DQLCachedPlan
PlanCache for DQL.Methods in org.apache.flink.table.api.internal that return CachedPlan Modifier and Type Method Description CachedPlan
TableResultImpl. getCachedPlan()
CachedPlan
TableResultInternal. getCachedPlan()
Methods in org.apache.flink.table.api.internal that return types with arguments of type CachedPlan Modifier and Type Method Description Optional<CachedPlan>
PlanCacheManager. getPlan(String query)
Methods in org.apache.flink.table.api.internal with parameters of type CachedPlan Modifier and Type Method Description TableResultInternal
TableEnvironmentImpl. executeCachedPlanInternal(CachedPlan cachedPlan)
TableResultInternal
TableEnvironmentInternal. executeCachedPlanInternal(CachedPlan cachedPlan)
Execute the givenCachedPlan
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.
-