Package io.trino.operator.scalar
Class ElementToArrayConcatFunction
- java.lang.Object
-
- io.trino.metadata.SqlScalarFunction
-
- io.trino.operator.scalar.ElementToArrayConcatFunction
-
- All Implemented Interfaces:
SqlFunction
public class ElementToArrayConcatFunction extends SqlScalarFunction
-
-
Field Summary
Fields Modifier and Type Field Description static ElementToArrayConcatFunctionELEMENT_TO_ARRAY_CONCAT_FUNCTION
-
Constructor Summary
Constructors Constructor Description ElementToArrayConcatFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
ELEMENT_TO_ARRAY_CONCAT_FUNCTION
public static final ElementToArrayConcatFunction ELEMENT_TO_ARRAY_CONCAT_FUNCTION
-
-
Method Detail
-
specialize
protected ScalarFunctionImplementation specialize(BoundSignature boundSignature)
- Overrides:
specializein classSqlScalarFunction
-
-