Uses of Class
org.apache.flink.table.api.PlanReference
Packages that use PlanReference
Package
Description
-
Uses of PlanReference in org.apache.flink.table.api
Subclasses of PlanReference in org.apache.flink.table.apiModifier and TypeClassDescriptionstatic classPlan reference to a string containing the serialized persisted plan in JSON.static classPlan reference to a file in the local filesystem.static classPlan reference to a file in the providedClassLoader.Methods in org.apache.flink.table.api that return PlanReferenceModifier and TypeMethodDescriptionstatic PlanReferenceCreate a reference starting from a file path.static PlanReferencestatic PlanReferencestatic PlanReferencePlanReference.fromJsonString(String jsonString) Create a reference starting from a JSON string.static PlanReferencePlanReference.fromResource(ClassLoader classLoader, String resourcePath) Create a reference from a file in the classpath.static PlanReferencePlanReference.fromResource(String resourcePath) Create a reference from a file in the classpath, usingThread.currentThread().getContextClassLoader()asClassLoader.Methods in org.apache.flink.table.api with parameters of type PlanReferenceModifier and TypeMethodDescriptiondefault TableResultTableEnvironment.executePlan(PlanReference planReference) Shorthand fortEnv.loadPlan(planReference).execute().TableEnvironment.loadPlan(PlanReference planReference) Loads a plan from aPlanReferenceinto aCompiledPlan. -
Uses of PlanReference in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal with parameters of type PlanReference -
Uses of PlanReference in org.apache.flink.table.delegation
Methods in org.apache.flink.table.delegation with parameters of type PlanReference