| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.model.search.query |
| Modifier and Type | Method and Description |
|---|---|
FieldValueFactorFunction.FunctionModifier |
FieldValueFactorFunction.getModifier() |
FieldValueFactorFunction.FunctionModifier |
FieldValueFactorFunction.Builder.modifier() |
static FieldValueFactorFunction.FunctionModifier |
FieldValueFactorFunction.FunctionModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldValueFactorFunction.FunctionModifier[] |
FieldValueFactorFunction.FunctionModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FieldValueFactorFunction.Builder |
FieldValueFactorFunction.Builder.modifier(FieldValueFactorFunction.FunctionModifier modifier) |
void |
FieldValueFactorFunction.setModifier(FieldValueFactorFunction.FunctionModifier modifier) |
| Constructor and Description |
|---|
FieldValueFactorFunction(String fieldName,
Float factor,
FieldValueFactorFunction.FunctionModifier modifier,
Double missing) |
Copyright © 2024. All Rights Reserved.