Package org.apache.flink.table.api
Class PlanReference.ResourcePlanReference
- java.lang.Object
-
- org.apache.flink.table.api.PlanReference
-
- org.apache.flink.table.api.PlanReference.ResourcePlanReference
-
- Enclosing class:
- PlanReference
@Experimental public static class PlanReference.ResourcePlanReference extends PlanReference
Plan reference to a file in the providedClassLoader.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.table.api.PlanReference
PlanReference.ContentPlanReference, PlanReference.FilePlanReference, PlanReference.ResourcePlanReference
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ClassLoadergetClassLoader()StringgetResourcePath()inthashCode()StringtoString()-
Methods inherited from class org.apache.flink.table.api.PlanReference
fromFile, fromFile, fromFile, fromJsonString, fromResource, fromResource
-
-
-
-
Method Detail
-
getClassLoader
public ClassLoader getClassLoader()
-
getResourcePath
public String getResourcePath()
-
-