# Functions
DefaultParseBool converts the value of the clause to boolean.
DefaultParseInt converts the value of the clause to int64.
DefaultParseRegexp converts the value of the clause to regexp.
DefaultParseString converts the value of the clause to string.
DefaultParseStringSlice converts the value of the clause to a slice of string.
DefaultParseUint converts the value of the clause to Uint64.
Match returns true if the given object matches the given filter.
Parse a user-provided filter string.
QueryOperatorSet returns the default operator set for REST API queries.
ValueOf returns the value of the given field.
# Structs
Clause is a single filter clause in a filter string.
ClauseSet is a set of clauses.
OperatorSet is represents the types of operators and symbols that a filter can support.