Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: expani <[email protected]>
  • Loading branch information
expani committed Jan 27, 2025
1 parent 204359d commit e035501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public interface DimensionFilter {
* Converts parsed user values to ordinals based on segment and other init actions can be performed.
* @param starTreeValues : Segment specific star tree root node and other metadata
* @param searchContext : Search context
* @throws IOException:
* @throws IOException :
*/
void initialiseForSegment(StarTreeValues starTreeValues, SearchContext searchContext) throws IOException;

Expand All @@ -35,7 +35,7 @@ public interface DimensionFilter {
* @param parentNode : StarTreeNode below which the dimension to be filtered is present.
* @param starTreeValues : Segment specific star tree root node and other metadata
* @param collector : Collector which collates the matched StarTreeNode's
* @throws IOException:
* @throws IOException :
*/
void matchStarTreeNodes(StarTreeNode parentNode, StarTreeValues starTreeValues, StarTreeNodeCollector collector) throws IOException;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public interface StarTreeFilterProvider {
* @param rawFilter:
* @param compositeFieldType:
* @return : {@link StarTreeFilter} if the query shape is supported, else null.
* @throws IOException:
* @throws IOException :
*/
StarTreeFilter getFilter(SearchContext context, QueryBuilder rawFilter, CompositeDataCubeFieldType compositeFieldType)
throws IOException;
Expand Down

0 comments on commit e035501

Please sign in to comment.