Package io.trino.operator.scalar
Class JsonStringToMapCast
- java.lang.Object
-
- io.trino.metadata.SqlScalarFunction
-
- io.trino.operator.scalar.JsonStringToMapCast
-
- All Implemented Interfaces:
SqlFunction
public final class JsonStringToMapCast extends SqlScalarFunction
-
-
Field Summary
Fields Modifier and Type Field Description static JsonStringToMapCastJSON_STRING_TO_MAPstatic StringJSON_STRING_TO_MAP_NAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScalarFunctionImplementationspecialize(FunctionBinding functionBinding)-
Methods inherited from class io.trino.metadata.SqlScalarFunction
getFunctionMetadata, specialize
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.metadata.SqlFunction
getFunctionDependencies, getFunctionDependencies
-
-
-
-
Field Detail
-
JSON_STRING_TO_MAP
public static final JsonStringToMapCast JSON_STRING_TO_MAP
-
JSON_STRING_TO_MAP_NAME
public static final String JSON_STRING_TO_MAP_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
specialize
protected ScalarFunctionImplementation specialize(FunctionBinding functionBinding)
- Overrides:
specializein classSqlScalarFunction
-
-