Uses of Enum
com.datastax.astra.client.model.FilterOperator
Packages that use FilterOperator
Package
Description
Domain model classes with
Requests, Results, Options and Iterables.-
Uses of FilterOperator in com.datastax.astra.client.model
Methods in com.datastax.astra.client.model that return FilterOperatorModifier and TypeMethodDescriptionstatic FilterOperatorReturns the enum constant of this type with the specified name.static FilterOperator[]FilterOperator.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.datastax.astra.client.model with parameters of type FilterOperatorModifier and TypeMethodDescriptionFilter.where(String fieldName, FilterOperator cond, Object value) Build where clause with operatorConstructors in com.datastax.astra.client.model with parameters of type FilterOperatorModifierConstructorDescriptionFilter(@NonNull String fieldName, @NonNull FilterOperator cond, @NonNull Object value) Create a filter from a where clause.