Package io.trino.json.ir
Class TypedValue
java.lang.Object
io.trino.json.ir.TypedValue
-
Constructor Summary
ConstructorsConstructorDescriptionTypedValue(Type type, boolean booleanValue) TypedValue(Type type, double doubleValue) TypedValue(Type type, long longValue) TypedValue(Type type, Object objectValue) -
Method Summary
Modifier and TypeMethodDescriptionstatic TypedValuefromValueAsObject(Type type, Object valueAsObject) booleandoublelonggetType()
-
Constructor Details
-
TypedValue
-
TypedValue
-
TypedValue
-
TypedValue
-
-
Method Details
-
fromValueAsObject
-
getType
-
getObjectValue
-
getLongValue
public long getLongValue() -
getDoubleValue
public double getDoubleValue() -
getBooleanValue
public boolean getBooleanValue() -
getValueAsObject
-