Package com.redis.lettucemod.search
Interface AggregateOperation<K,V>
- All Superinterfaces:
RediSearchArgument<K,V>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> Apply.Builder<K, V> apply(V expression) static <V> Filter<V>filter(V expression) getType()static Group.Builderstatic Limit.NumBuilderlimit(long offset) static Sort.Buildersort(Sort.Property... properties) Methods inherited from interface com.redis.lettucemod.search.RediSearchArgument
build
-
Method Details
-
getType
AggregateOperation.Type getType() -
apply
-
filter
-
groupBy
-
limit
-
sort
-