Package com.redis.lettucemod.search
Class Filter<V>
- java.lang.Object
-
- com.redis.lettucemod.search.Filter<V>
-
- All Implemented Interfaces:
AggregateOperation,RediSearchArgument
public class Filter<V> extends java.lang.Object implements AggregateOperation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.redis.lettucemod.search.AggregateOperation
AggregateOperation.Type
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(SearchCommandArgs args)static <V> Filter<V>expression(V expression)VgetExpression()AggregateOperation.TypegetType()java.lang.StringtoString()
-
-
-
Constructor Detail
-
Filter
public Filter(V expression)
-
-
Method Detail
-
getType
public AggregateOperation.Type getType()
- Specified by:
getTypein interfaceAggregateOperation
-
getExpression
public V getExpression()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
expression
public static <V> Filter<V> expression(V expression)
-
build
public void build(SearchCommandArgs args)
- Specified by:
buildin interfaceRediSearchArgument
-
-