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

Assembly: redb.Core.dll

Perform aggregation on EAV field (SQL strategy)

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