public final class MapZipWithFunction extends SqlScalarFunction
| Modifier and Type | Class and Description |
|---|---|
static interface |
MapZipWithFunction.MapZipWithLambda |
| Modifier and Type | Field and Description |
|---|---|
static MapZipWithFunction |
MAP_ZIP_WITH_FUNCTION |
| Modifier and Type | Method and Description |
|---|---|
static Object |
createState(MapType mapType) |
String |
getDescription() |
boolean |
isDeterministic() |
boolean |
isHidden() |
static Block |
mapZipWith(Type keyType,
Type leftValueType,
Type rightValueType,
MapType outputMapType,
Object state,
Block leftBlock,
Block rightBlock,
MapZipWithFunction.MapZipWithLambda function) |
ScalarFunctionImplementation |
specialize(BoundVariables boundVariables,
int arity,
TypeManager typeManager,
FunctionRegistry functionRegistry) |
builder, getSignaturepublic static final MapZipWithFunction MAP_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.