Uses of Class
io.trino.json.ir.TypedValue
Packages that use TypedValue
-
Uses of TypedValue in io.trino.json
Methods in io.trino.json that return TypedValue -
Uses of TypedValue in io.trino.json.ir
Methods in io.trino.json.ir that return TypedValueModifier and TypeMethodDescriptionstatic TypedValueTypedValue.fromValueAsObject(Type type, Object valueAsObject) Methods in io.trino.json.ir that return types with arguments of type TypedValueModifier and TypeMethodDescriptionstatic Optional<TypedValue> SqlJsonLiteralConverter.getNumericTypedValue(com.fasterxml.jackson.databind.JsonNode jsonNode) static Optional<TypedValue> SqlJsonLiteralConverter.getTextTypedValue(com.fasterxml.jackson.databind.JsonNode jsonNode) static Optional<TypedValue> SqlJsonLiteralConverter.getTypedValue(com.fasterxml.jackson.databind.JsonNode jsonNode) Methods in io.trino.json.ir with parameters of type TypedValueModifier and TypeMethodDescriptionstatic Optional<com.fasterxml.jackson.databind.JsonNode> SqlJsonLiteralConverter.getJsonNode(TypedValue typedValue)