public final class ZipWithFunction extends SqlScalarFunction
| Modifier and Type | Field and Description |
|---|---|
static ZipWithFunction |
ZIP_WITH_FUNCTION |
| Modifier and Type | Method and Description |
|---|---|
static Object |
createState(ArrayType arrayType) |
String |
getDescription() |
boolean |
isDeterministic() |
boolean |
isHidden() |
ScalarFunctionImplementation |
specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
static Block |
zipWith(Type leftElementType,
Type rightElementType,
ArrayType outputArrayType,
Object state,
Block leftBlock,
Block rightBlock,
BinaryFunctionInterface function) |
builder, getSignaturepublic static final ZipWithFunction ZIP_WITH_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.