Package io.trino.operator.scalar
Class TryCastFunction
- java.lang.Object
-
- io.trino.metadata.SqlScalarFunction
-
- io.trino.operator.scalar.TryCastFunction
-
- All Implemented Interfaces:
SqlFunction
public class TryCastFunction extends SqlScalarFunction
-
-
Field Summary
Fields Modifier and Type Field Description static TryCastFunctionTRY_CAST
-
Constructor Summary
Constructors Constructor Description TryCastFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionDependencyDeclarationgetFunctionDependencies()ScalarFunctionImplementationspecialize(BoundSignature boundSignature, FunctionDependencies functionDependencies)-
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
-
-
-
-
Field Detail
-
TRY_CAST
public static final TryCastFunction TRY_CAST
-
-
Method Detail
-
getFunctionDependencies
public FunctionDependencyDeclaration getFunctionDependencies()
-
specialize
public ScalarFunctionImplementation specialize(BoundSignature boundSignature, FunctionDependencies functionDependencies)
- Overrides:
specializein classSqlScalarFunction
-
-