View Source AshQueryBuilder.Filter.Protocol protocol (AshQueryBuilder v0.4.1)

Link to this section Summary

Types

t()

All the types that implement this protocol.

Link to this section Types

@type t() :: term()

All the types that implement this protocol.

Link to this section Functions

@spec operator(t()) :: atom()
Link to this function

to_filter(filter, query)

View Source
@spec to_filter(t(), Ash.Query.t()) :: Ash.Query.t()