Package io.trino.json.ir
Class SqlJsonLiteralConverter
java.lang.Object
io.trino.json.ir.SqlJsonLiteralConverter
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<com.fasterxml.jackson.databind.JsonNode> getJsonNode(TypedValue typedValue) static Optional<TypedValue> getNumericTypedValue(com.fasterxml.jackson.databind.JsonNode jsonNode) static Optional<TypedValue> getTextTypedValue(com.fasterxml.jackson.databind.JsonNode jsonNode) static Optional<TypedValue> getTypedValue(com.fasterxml.jackson.databind.JsonNode jsonNode)
-
Method Details
-
getTypedValue
-
getTextTypedValue
public static Optional<TypedValue> getTextTypedValue(com.fasterxml.jackson.databind.JsonNode jsonNode) -
getNumericTypedValue
public static Optional<TypedValue> getNumericTypedValue(com.fasterxml.jackson.databind.JsonNode jsonNode) -
getJsonNode
-