Package io.trino.operator.scalar
Class MapZipWithFunction
java.lang.Object
io.trino.metadata.SqlScalarFunction
io.trino.operator.scalar.MapZipWithFunction
- All Implemented Interfaces:
SqlFunction
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectcreateState(MapType mapType) static SqlMapmapZipWith(Type keyType, Type leftValueType, Type rightValueType, MapType outputMapType, Object state, SqlMap leftMap, SqlMap rightMap, MapZipWithFunction.MapZipWithLambda function) protected SpecializedSqlScalarFunctionspecialize(BoundSignature boundSignature) 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
-
MAP_ZIP_WITH_FUNCTION
-
-
Method Details
-
specialize
- Overrides:
specializein classSqlScalarFunction
-
createState
-
mapZipWith
-