Package io.trino.operator.scalar
Class ZipWithFunction
java.lang.Object
io.trino.metadata.SqlScalarFunction
io.trino.operator.scalar.ZipWithFunction
- All Implemented Interfaces:
SqlFunction
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectcreateState(ArrayType arrayType) protected SpecializedSqlScalarFunctionspecialize(BoundSignature boundSignature) static BlockzipWith(Type leftElementType, Type rightElementType, ArrayType outputArrayType, Object state, Block leftBlock, Block rightBlock, BinaryFunctionInterface function) Methods 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
-
ZIP_WITH_FUNCTION
-
-
Method Details
-
specialize
- Overrides:
specializein classSqlScalarFunction
-
createState
-
zipWith
-