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 classDQLCachedPlanPlanCache for DQL.Methods in org.apache.flink.table.api.internal that return CachedPlan Modifier and Type Method Description CachedPlanTableResultImpl. getCachedPlan()CachedPlanTableResultInternal. 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 TableResultInternalTableEnvironmentImpl. executeCachedPlanInternal(CachedPlan cachedPlan)TableResultInternalTableEnvironmentInternal. executeCachedPlanInternal(CachedPlan cachedPlan)Execute the givenCachedPlanand return the execution result.voidPlanCacheManager. putPlan(String query, CachedPlan cachedPlan)TableResultImpl.BuilderTableResultImpl.Builder. setCachedPlan(CachedPlan cachedPlan)Specifies cached plan which associates the submitted Flink job.
-