Package glide.api.models.commands.FT
Class FTAggregateOptions.Apply
- java.lang.Object
-
- glide.api.models.commands.FT.FTAggregateOptions.FTAggregateClause
-
- glide.api.models.commands.FT.FTAggregateOptions.Apply
-
- Enclosing class:
- FTAggregateOptions
public static class FTAggregateOptions.Apply extends FTAggregateOptions.FTAggregateClause
Apply a 1-to-1 transformation on one or more properties and either stores the result as a new property down the pipeline or replace any property using this transformation.
-
-
Constructor Summary
Constructors Constructor Description Apply(@NonNull GlideString expression, @NonNull GlideString name)Initialize a new instance.Apply(@NonNull java.lang.String expression, @NonNull java.lang.String name)Initialize a new instance.
-
-
-
Constructor Detail
-
Apply
public Apply(@NonNull @NonNull GlideString expression, @NonNull @NonNull GlideString name)Initialize a new instance.- Parameters:
expression- The transformation expression.name- The new property name to store the result of apply.
-
Apply
public Apply(@NonNull @NonNull java.lang.String expression, @NonNull @NonNull java.lang.String name)Initialize a new instance.- Parameters:
expression- The transformation expression.name- The new property name to store the result of apply.
-
-