Search in sources :

Example 1 with SimpleBundler

use of org.activityinfo.shared.command.handler.pivot.bundler.SimpleBundler in project activityinfo by bedatadriven.

the class PivotQuery method addSimpleDimension.

private void addSimpleDimension(Dimension dimension, String label) {
    String labelAlias = appendDimColumn(label);
    bundlers.add(new SimpleBundler(dimension, labelAlias));
}
Also used : SimpleBundler(org.activityinfo.shared.command.handler.pivot.bundler.SimpleBundler)

Aggregations

SimpleBundler (org.activityinfo.shared.command.handler.pivot.bundler.SimpleBundler)1