Uses of Interface
org.apache.flink.table.api.internal.CachedPlan
Packages that use CachedPlan
-
Uses of CachedPlan in org.apache.flink.table.api.internal
Classes in org.apache.flink.table.api.internal that implement CachedPlanMethods in org.apache.flink.table.api.internal that return CachedPlanModifier and TypeMethodDescriptionTableResultImpl.getCachedPlan()TableResultInternal.getCachedPlan()Methods in org.apache.flink.table.api.internal that return types with arguments of type CachedPlanMethods in org.apache.flink.table.api.internal with parameters of type CachedPlanModifier and TypeMethodDescriptionTableEnvironmentImpl.executeCachedPlanInternal(CachedPlan cachedPlan) TableEnvironmentInternal.executeCachedPlanInternal(CachedPlan cachedPlan) Execute the givenCachedPlanand return the execution result.voidPlanCacheManager.putPlan(String query, CachedPlan cachedPlan) TableResultImpl.Builder.setCachedPlan(CachedPlan cachedPlan) Specifies cached plan which associates the submitted Flink job.