Package io.trino.operator.scalar.json
Class JsonObjectFunction
java.lang.Object
io.trino.metadata.SqlScalarFunction
io.trino.operator.scalar.json.JsonObjectFunction
- All Implemented Interfaces:
SqlFunction
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.JsonNodejsonObject(RowType keysRowType, RowType valuesRowType, SqlRow keysRow, SqlRow valuesRow, boolean nullOnNull, boolean uniqueKeys) protected SpecializedSqlScalarFunctionspecialize(BoundSignature boundSignature) Methods inherited from class io.trino.metadata.SqlScalarFunction
getFunctionMetadata, specializeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.metadata.SqlFunction
getFunctionDependencies, getFunctionDependencies
-
Field Details
-
JSON_OBJECT_FUNCTION
-
JSON_OBJECT_FUNCTION_NAME
- See Also:
-
-
Method Details
-
specialize
- Overrides:
specializein classSqlScalarFunction
-
jsonObject
-