Method ExecuteAggregateAsync(long, string, AggregateFunction, string?)

Assembly: redb.Postgres.Pro.dll

Execute aggregation on EAV field (SQL strategy for simple fields).

public override Task<decimal?> ExecuteAggregateAsync(long schemeId, string fieldPath, AggregateFunction function, string? filterJson = null)