View Source Ash.Filter.ShadowApi (ash v2.6.1)

Link to this section Summary

Functions

Get the avg of the given field from the given query, raising any errors.

Get the avg of the given field from the given query.

Get the count of results that a query would return, raising any errors.

Get the count of results that a query would return.

Callback implementation for Ash.Api.create/2.

Callback implementation for Ash.Api.destroy!/2.

Callback implementation for Ash.Api.destroy/2.

Get the first of the given field from the given query, raising any errors.

Get the first of the given field from the given query.

Get the list of the given field from the given query, raising any errors.

Get the list of the given field from the given query.

Callback implementation for Ash.Api.load!/3.

Callback implementation for Ash.Api.load/3.

Get the max of the given field from the given query, raising any errors.

Get the max of the given field from the given query.

Get the min of the given field from the given query, raising any errors.

Get the min of the given field from the given query.

Callback implementation for Ash.Api.page!/2.

Callback implementation for Ash.Api.page/2.

Callback implementation for Ash.Api.read!/2.

Callback implementation for Ash.Api.read/2.

Callback implementation for Ash.Api.read_one!/2.

Callback implementation for Ash.Api.read_one/2.

Callback implementation for Ash.Api.reload!/2.

Get the sum of the given field from the given query, raising any errors.

Get the sum of the given field from the given query.

Callback implementation for Ash.Api.update/2.

Link to this section Functions

Link to this function

aggregate!(query, aggregate_or_aggregates, opts \\ [])

View Source
Link to this function

aggregate(query, aggregate_or_aggregates, opts \\ [])

View Source
Link to this function

avg!(query, field, opts \\ [])

View Source

Get the avg of the given field from the given query, raising any errors.

Link to this function

avg(query, field, opts \\ [])

View Source

Get the avg of the given field from the given query.

Link to this function

calculate!(resource, calculation, opts \\ [])

View Source

Callback implementation for Ash.Api.calculate!/3.

Link to this function

calculate(resource, calculation, opts \\ [])

View Source

Callback implementation for Ash.Api.calculate/3.

Link to this function

count!(query, opts \\ [])

View Source

Get the count of results that a query would return, raising any errors.

Link to this function

count(query, opts \\ [])

View Source

Get the count of results that a query would return.

Link to this function

create!(changeset, params \\ [])

View Source

Callback implementation for Ash.Api.create!/2.

Link to this function

create(changeset, params \\ [])

View Source

Callback implementation for Ash.Api.create/2.

Link to this function

destroy!(record, params \\ [])

View Source

Callback implementation for Ash.Api.destroy!/2.

Link to this function

destroy(record, params \\ [])

View Source

Callback implementation for Ash.Api.destroy/2.

Link to this function

first!(query, field, opts \\ [])

View Source

Get the first of the given field from the given query, raising any errors.

Link to this function

first(query, field, opts \\ [])

View Source

Get the first of the given field from the given query.

Link to this function

get!(resource, id_or_filter, params \\ [])

View Source

Callback implementation for Ash.Api.get!/3.

Link to this function

get(resource, id_or_filter, params \\ [])

View Source

Callback implementation for Ash.Api.get/3.

Link to this function

list!(query, field, opts \\ [])

View Source

Get the list of the given field from the given query, raising any errors.

Link to this function

list(query, field, opts \\ [])

View Source

Get the list of the given field from the given query.

Link to this function

load!(data, query, opts \\ [])

View Source

Callback implementation for Ash.Api.load!/3.

Link to this function

load(data, query, opts \\ [])

View Source

Callback implementation for Ash.Api.load/3.

Link to this function

max!(query, field, opts \\ [])

View Source

Get the max of the given field from the given query, raising any errors.

Link to this function

max(query, field, opts \\ [])

View Source

Get the max of the given field from the given query.

Link to this function

min!(query, field, opts \\ [])

View Source

Get the min of the given field from the given query, raising any errors.

Link to this function

min(query, field, opts \\ [])

View Source

Get the min of the given field from the given query.

Callback implementation for Ash.Api.page!/2.

Callback implementation for Ash.Api.page/2.

Link to this function

read!(query, opts \\ [])

View Source

Callback implementation for Ash.Api.read!/2.

Callback implementation for Ash.Api.read/2.

Link to this function

read_one!(query, opts \\ [])

View Source

Callback implementation for Ash.Api.read_one!/2.

Link to this function

read_one(query, opts \\ [])

View Source

Callback implementation for Ash.Api.read_one/2.

Link to this function

reload!(record, params \\ [])

View Source

Callback implementation for Ash.Api.reload!/2.

Link to this function

reload(record, params \\ [])

View Source
Link to this function

sum!(query, field, opts \\ [])

View Source

Get the sum of the given field from the given query, raising any errors.

Link to this function

sum(query, field, opts \\ [])

View Source

Get the sum of the given field from the given query.

Link to this function

update!(changeset, params \\ [])

View Source

Callback implementation for Ash.Api.update!/2.

Link to this function

update(changeset, params \\ [])

View Source

Callback implementation for Ash.Api.update/2.