Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add test, fix issue raised by test
- Loading branch information
|
@@ -154,7 +154,7 @@ tests: |
|
|
precision: 0 |
|
|
}, { |
|
|
input: 'intval', |
|
|
aggregate: 'first_value', |
|
|
aggregate: 'last_value', |
|
|
delimiter: '', |
|
|
name: 'intval', |
|
|
type: 2, |
|
|
|
@@ -183,6 +183,7 @@ QVariantMap QgsAggregateAlgorithm::processAlgorithm( const QVariantMap ¶mete |
|
|
groupSinks.emplace_back( std::move( sink ) ); |
|
|
group.layer = layer; |
|
|
group.firstFeature = feature; |
|
|
group.lastFeature = feature; |
|
|
groups[key] = group; |
|
|
keys.append( key ); |
|
|
} |
|
|