You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/CountValueAggregator.java
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,17 @@ class CountValueAggregator implements ValueAggregator<Long> {
Copy file name to clipboardExpand all lines: server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/StatelessDoubleValueAggregator.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,18 @@ abstract class StatelessDoubleValueAggregator implements ValueAggregator<Double>
Copy file name to clipboardExpand all lines: server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/SumValueAggregator.java
Copy file name to clipboardExpand all lines: server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/ValueAggregator.java
Copy file name to clipboardExpand all lines: server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/builder/AbstractDocumentsFileManager.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ protected long readMetrics(RandomAccessInput input, long offset, int numMetrics,
179
179
input,
180
180
offset,
181
181
metrics,
182
-
index -> metricAggregatorInfos.get(index).getValueAggregators().getIdentityMetricValue()
Copy file name to clipboardExpand all lines: server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/builder/BaseStarTreeBuilder.java
Copy file name to clipboardExpand all lines: server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/utils/SequentialDocValuesIterator.java
Copy file name to clipboardExpand all lines: server/src/test/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/AbstractValueAggregatorTests.java
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public void setup() {
36
36
publicstaticCollection<Object[]> parameters() {
37
37
List<Object[]> parameters = newArrayList<>();
38
38
for (StarTreeNumericTypestarTreeNumericType : StarTreeNumericType.values()) {
Copy file name to clipboardExpand all lines: server/src/test/java/org/opensearch/index/compositeindex/datacube/startree/builder/AbstractStarTreeBuilderTests.java
+69-2Lines changed: 69 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -453,7 +453,7 @@ public void test_sortAndAggregateStarTreeDocuments_nullDimensionsAndNullMetrics(
0 commit comments