Package io.trino.operator.scalar
Class MapConcatFunction
- java.lang.Object
-
- io.trino.metadata.SqlScalarFunction
-
- io.trino.operator.scalar.MapConcatFunction
-
- All Implemented Interfaces:
SqlFunction
public final class MapConcatFunction extends SqlScalarFunction
-
-
Constructor Summary
Constructors Constructor Description MapConcatFunction(BlockTypeOperators blockTypeOperators)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ObjectcreateMapState(MapType mapType)static BlockmapConcat(MapType mapType, BlockTypeOperators.BlockPositionEqual keyEqual, BlockTypeOperators.BlockPositionHashCode keyHashCode, Object state, Block[] maps)protected ScalarFunctionImplementationspecialize(FunctionBinding functionBinding)-
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
-
-
-
-
Constructor Detail
-
MapConcatFunction
public MapConcatFunction(BlockTypeOperators blockTypeOperators)
-
-
Method Detail
-
specialize
protected ScalarFunctionImplementation specialize(FunctionBinding functionBinding)
- Overrides:
specializein classSqlScalarFunction
-
mapConcat
public static Block mapConcat(MapType mapType, BlockTypeOperators.BlockPositionEqual keyEqual, BlockTypeOperators.BlockPositionHashCode keyHashCode, Object state, Block[] maps)
-
-