Package | Description |
---|---|
org.teiid.metadata |
Modifier and Type | Method and Description |
---|---|
FunctionMethod.PushDown |
FunctionMethod.getPushdown()
Get pushdown property of method
|
static FunctionMethod.PushDown |
FunctionMethod.PushDown.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionMethod.PushDown[] |
FunctionMethod.PushDown.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionMethod.setPushdown(FunctionMethod.PushDown pushdown)
Set pushdown property of method
|
Constructor and Description |
---|
FunctionMethod(String name,
String description,
String category,
FunctionMethod.PushDown pushdown,
String invocationClass,
String invocationMethod,
List<FunctionParameter> inputParams,
FunctionParameter outputParam,
boolean nullOnNull,
FunctionMethod.Determinism deterministic) |
Copyright © 2020. All rights reserved.