Package io.trino.operator.scalar
Class ZipFunction
java.lang.Object
io.trino.metadata.SqlScalarFunction
io.trino.operator.scalar.ZipFunction
- All Implemented Interfaces:
SqlFunction
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected SpecializedSqlScalarFunctionspecialize(BoundSignature boundSignature) static BlockMethods 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
-
MIN_ARITY
public static final int MIN_ARITY- See Also:
-
MAX_ARITY
public static final int MAX_ARITY- See Also:
-
ZIP_FUNCTIONS
-
-
Method Details
-
specialize
- Overrides:
specializein classSqlScalarFunction
-
zip
-