Skip to content

Commit

Permalink
Off heap changes for star tree
Browse files Browse the repository at this point in the history
Signed-off-by: Bharathwaj G <[email protected]>
  • Loading branch information
bharath-techie committed Jul 24, 2024
1 parent e749424 commit dc6bd14
Show file tree
Hide file tree
Showing 5 changed files with 828 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public abstract class BaseStarTreeBuilder implements StarTreeBuilder {

protected final TreeNode rootNode = getNewNode();

private final StarTreeField starTreeField;
protected final StarTreeField starTreeField;
private final MapperService mapperService;
private final SegmentWriteState state;
static String NUM_SEGMENT_DOCS = "numSegmentDocs";
Expand Down Expand Up @@ -163,7 +163,7 @@ public List<MetricAggregatorInfo> generateMetricAggregatorInfos(MapperService ma
*
* @return Star tree documents
*/
public abstract List<StarTreeDocument> getStarTreeDocuments();
public abstract List<StarTreeDocument> getStarTreeDocuments() throws IOException;

/**
* Returns the value of the dimension for the given dimension id and document in the star-tree.
Expand Down
Loading

0 comments on commit dc6bd14

Please sign in to comment.