Ash.DataLayer.run_aggregate_query_with_lateral_join
You're seeing just the callback
run_aggregate_query_with_lateral_join
, go back to Ash.DataLayer module for more information.
Link to this callback
run_aggregate_query_with_lateral_join( data_layer_query, list, list, destination_resource, list )
View Source (optional)Specs
run_aggregate_query_with_lateral_join( data_layer_query(), [Ash.Query.Aggregate.t()], [Ash.Resource.record()], destination_resource :: Ash.Resource.t(), [lateral_join_link()] ) :: {:ok, [Ash.Resource.t()]} | {:error, term()}