Package org.apache.flink.table.api
Class PlanReference.FilePlanReference
- java.lang.Object
-
- org.apache.flink.table.api.PlanReference
-
- org.apache.flink.table.api.PlanReference.FilePlanReference
-
- Enclosing class:
- PlanReference
@Experimental public static class PlanReference.FilePlanReference extends PlanReference
Plan reference to a file in the local filesystem.
-
-
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 boolean
equals(Object o)
File
getFile()
int
hashCode()
String
toString()
-
Methods inherited from class org.apache.flink.table.api.PlanReference
fromFile, fromFile, fromFile, fromJsonString, fromResource, fromResource
-
-