Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Star Tree Implementation [OnHeap] #14512
Star Tree Implementation [OnHeap] #14512
Changes from all commits
83555e7
9d8b6c6
a90a55e
fdaf6cc
af31c4b
1b8c50f
eaa1c7e
8bf4a29
d684109
c79b6ba
b085555
027daf6
3b6cfca
4943d9d
7caf5a0
081f8b8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 103 in server/src/main/java/org/opensearch/index/codec/composite/Composite99DocValuesWriter.java
Codecov / codecov/patch
server/src/main/java/org/opensearch/index/codec/composite/Composite99DocValuesWriter.java#L102-L103
Check warning on line 32 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeDocument.java
Codecov / codecov/patch
server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeDocument.java#L32
Check warning on line 71 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/MetricAggregatorInfo.java
Codecov / codecov/patch
server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/MetricAggregatorInfo.java#L71
Check warning on line 92 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/MetricAggregatorInfo.java
Codecov / codecov/patch
server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/MetricAggregatorInfo.java#L92
Check warning on line 110 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/MetricAggregatorInfo.java
Codecov / codecov/patch
server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/MetricAggregatorInfo.java#L110
Check warning on line 116 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/MetricAggregatorInfo.java
Codecov / codecov/patch
server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/MetricAggregatorInfo.java#L116
Check warning on line 121 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/MetricAggregatorInfo.java
Codecov / codecov/patch
server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/MetricAggregatorInfo.java#L121
Check warning on line 85 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/SumValueAggregator.java
Codecov / codecov/patch
server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/SumValueAggregator.java#L84-L85
Check warning on line 94 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/SumValueAggregator.java
Codecov / codecov/patch
server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/aggregators/SumValueAggregator.java#L93-L94