transformation_service
django_spire.metric.domain.statistic.services.transformation_service
StatisticGroupTransformationService
Bases: BaseDjangoModelService['StatisticGroup']
Source code in django_spire/contrib/constructor/constructor.py
obj
instance-attribute
StatisticTransformationService
Bases: BaseDjangoModelService['Statistic']
Source code in django_spire/contrib/constructor/constructor.py
obj
instance-attribute
value_queryset
Source code in django_spire/metric/domain/statistic/services/transformation_service.py
values_for_date
Source code in django_spire/metric/domain/statistic/services/transformation_service.py
total_for_date
daily_summary
Source code in django_spire/metric/domain/statistic/services/transformation_service.py
total_between
interval_bounds
values_for_interval
Source code in django_spire/metric/domain/statistic/services/transformation_service.py
total_for_interval
interval_summary
Source code in django_spire/metric/domain/statistic/services/transformation_service.py
StatisticValueTransformationService
Bases: BaseDjangoModelService['StatisticValue']