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

Summary

Types

t()

All the types that implement this protocol.

Types

@type t() :: term()

All the types that implement this protocol.

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()