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