Package org.apache.iceberg.rest.requests
Class PlanTableScanRequestParser
java.lang.Object
org.apache.iceberg.rest.requests.PlanTableScanRequestParser
-
Method Summary
Modifier and TypeMethodDescriptionstatic PlanTableScanRequest
fromJson
(com.fasterxml.jackson.databind.JsonNode json) static PlanTableScanRequest
static String
toJson
(PlanTableScanRequest request) static String
toJson
(PlanTableScanRequest request, boolean pretty) static void
toJson
(PlanTableScanRequest request, com.fasterxml.jackson.core.JsonGenerator gen)
-
Method Details
-
toJson
-
toJson
-
toJson
public static void toJson(PlanTableScanRequest request, com.fasterxml.jackson.core.JsonGenerator gen) throws IOException - Throws:
IOException
-
fromJson
-
fromJson
-