Package io.jmix.reports.yarg.loaders
Interface QueryLoaderPreprocessor
- All Known Implementing Classes:
- SqlCrosstabPreprocessor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The interface implementation should provides custom query preprocessing before data loading
- 
Method SummaryModifier and TypeMethodDescriptionpreprocess(ReportQuery query, Map<String, Object> params, BiFunction<ReportQuery, Map<String, Object>, List<Map<String, Object>>> consumer) 
- 
Method Details- 
preprocess
 
-