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