public class ArrayToElementConcatFunction extends SqlScalarFunction
Modifier and Type | Field and Description |
---|---|
static ArrayToElementConcatFunction |
ARRAY_TO_ELEMENT_CONCAT_FUNCTION |
Constructor and Description |
---|
ArrayToElementConcatFunction() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
boolean |
isDeterministic() |
boolean |
isHidden() |
ScalarFunctionImplementation |
specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
builder, getSignature
public static final ArrayToElementConcatFunction ARRAY_TO_ELEMENT_CONCAT_FUNCTION
public boolean isHidden()
public boolean isDeterministic()
public String getDescription()
public ScalarFunctionImplementation specialize(BoundVariables boundVariables, int arity, TypeManager typeManager, FunctionRegistry functionRegistry)
specialize
in class SqlScalarFunction
Copyright © 2012–2019. All rights reserved.