Package io.trino.operator.scalar
Class ZipFunction
- java.lang.Object
-
- io.trino.metadata.SqlScalarFunction
-
- io.trino.operator.scalar.ZipFunction
-
- All Implemented Interfaces:
SqlFunction
public final class ZipFunction extends SqlScalarFunction
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_ARITYstatic intMIN_ARITYstatic ZipFunction[]ZIP_FUNCTIONS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScalarFunctionImplementationspecialize(FunctionBinding functionBinding)static Blockzip(List<Type> types, Block... arrays)-
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
-
MIN_ARITY
public static final int MIN_ARITY
- See Also:
- Constant Field Values
-
MAX_ARITY
public static final int MAX_ARITY
- See Also:
- Constant Field Values
-
ZIP_FUNCTIONS
public static final ZipFunction[] ZIP_FUNCTIONS
-
-
Method Detail
-
specialize
protected ScalarFunctionImplementation specialize(FunctionBinding functionBinding)
- Overrides:
specializein classSqlScalarFunction
-
-