Skip to content

Commit

Permalink
add java doc
Browse files Browse the repository at this point in the history
Signed-off-by: chenweiguo.vc <[email protected]>
  • Loading branch information
ViggoC committed Nov 23, 2023
1 parent ab0c6db commit a7ce4fc
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,11 @@ String resolveExpression(String expression, final Context context) {
}
}

/**
* A range expression resolver.
*
* @opensearch.internal
*/
public static final class RangeExpressionResolver implements ExpressionResolver {

private static final String EXCLUSIVE_LEFT_BOUND = "(";
Expand Down

0 comments on commit a7ce4fc

Please sign in to comment.