public final class ZipFunction extends SqlScalarFunction
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_ARITY |
static int |
MIN_ARITY |
static ZipFunction[] |
ZIP_FUNCTIONS |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
boolean |
isDeterministic() |
boolean |
isHidden() |
ScalarFunctionImplementation |
specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
static Block |
zip(List<Type> types,
Block... arrays) |
builder, getSignaturepublic static final int MIN_ARITY
public static final int MAX_ARITY
public static final ZipFunction[] ZIP_FUNCTIONS
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.