public class ArrayFlattenFunction extends SqlScalarFunction
| Modifier and Type | Field and Description |
|---|---|
static ArrayFlattenFunction |
ARRAY_FLATTEN_FUNCTION |
| Modifier and Type | Method and Description |
|---|---|
static Block |
flatten(Type type,
Type arrayType,
Block array) |
String |
getDescription() |
boolean |
isDeterministic() |
boolean |
isHidden() |
ScalarFunctionImplementation |
specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
builder, getSignaturepublic static final ArrayFlattenFunction ARRAY_FLATTEN_FUNCTION
public boolean isHidden()
public boolean isDeterministic()
public String getDescription()
public ScalarFunctionImplementation specialize(BoundVariables boundVariables, int arity, TypeManager typeManager, FunctionRegistry functionRegistry)
specialize in class SqlScalarFunctionCopyright © 2012–2019. All rights reserved.