Uses of Enum Class
com.datastax.astra.client.core.query.FilterOperator
Packages that use FilterOperator
Package
Description
Classes uses to build queries with Sort and Projection.
-
Uses of FilterOperator in com.datastax.astra.client.core.query
Methods in com.datastax.astra.client.core.query that return FilterOperatorModifier and TypeMethodDescriptionstatic FilterOperatorReturns the enum constant of this class with the specified name.static FilterOperator[]FilterOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datastax.astra.client.core.query with parameters of type FilterOperatorModifier and TypeMethodDescriptionFilter.where(String fieldName, FilterOperator cond, Object value) Build where clause with operatorConstructors in com.datastax.astra.client.core.query with parameters of type FilterOperatorModifierConstructorDescriptionFilter(@NonNull String fieldName, @NonNull FilterOperator cond, @NonNull Object value) Create a filter from a where clause.