Package org.apache.flink.table.api
Class PlanReference.JsonContentPlanReference
- java.lang.Object
-
- org.apache.flink.table.api.PlanReference
-
- org.apache.flink.table.api.PlanReference.JsonContentPlanReference
-
- Enclosing class:
- PlanReference
@PublicEvolving public static class PlanReference.JsonContentPlanReference extends PlanReference
Plan reference to a string containing the serialized persisted plan in JSON.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.table.api.PlanReference
PlanReference.BytesContentPlanReference, PlanReference.FilePlanReference, PlanReference.JsonContentPlanReference, PlanReference.ResourcePlanReference
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getContent()
int
hashCode()
String
toString()
-
Methods inherited from class org.apache.flink.table.api.PlanReference
fromFile, fromFile, fromFile, fromJsonString, fromResource, fromResource, fromSmileBytes
-
-