Package io.trino.operator.scalar
Class MapZipWithFunction
- java.lang.Object
-
- io.trino.metadata.SqlScalarFunction
-
- io.trino.operator.scalar.MapZipWithFunction
-
- All Implemented Interfaces:
SqlFunction
public final class MapZipWithFunction extends SqlScalarFunction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMapZipWithFunction.MapZipWithLambda
-
Field Summary
Fields Modifier and Type Field Description static MapZipWithFunctionMAP_ZIP_WITH_FUNCTION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ObjectcreateState(MapType mapType)static BlockmapZipWith(Type keyType, Type leftValueType, Type rightValueType, MapType outputMapType, Object state, Block leftBlock, Block rightBlock, MapZipWithFunction.MapZipWithLambda function)protected ScalarFunctionImplementationspecialize(BoundSignature boundSignature)-
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
-
MAP_ZIP_WITH_FUNCTION
public static final MapZipWithFunction MAP_ZIP_WITH_FUNCTION
-
-
Method Detail
-
specialize
protected ScalarFunctionImplementation specialize(BoundSignature boundSignature)
- Overrides:
specializein classSqlScalarFunction
-
-