Package org.apache.iceberg.expressions
Class ExpressionParser
java.lang.Object
org.apache.iceberg.expressions.ExpressionParser
-
Method Summary
Modifier and TypeMethodDescriptionstatic Expression
fromJson
(com.fasterxml.jackson.databind.JsonNode json) static Expression
static Expression
static String
toJson
(Expression expression) static String
toJson
(Expression expression, boolean pretty) static void
toJson
(Expression expression, com.fasterxml.jackson.core.JsonGenerator gen)
-
Method Details
-
toJson
-
toJson
-
toJson
-
fromJson
-
fromJson
-
fromJson
-