Skip to content

docs(core): add javadoc, excluding Expression#778

Merged
andrew-coleman merged 1 commit intosubstrait-io:mainfrom
bestbeforetoday:core-javadoc-no-expression
Mar 26, 2026
Merged

docs(core): add javadoc, excluding Expression#778
andrew-coleman merged 1 commit intosubstrait-io:mainfrom
bestbeforetoday:core-javadoc-no-expression

Conversation

@bestbeforetoday
Copy link
Member

This change adds missing Javadoc to address build warnings in all classes except for io.substrait.expression.Expression.

This change adds missing Javadoc to address build warnings in all
classes except for io.substrait.expression.Expression.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
@bestbeforetoday bestbeforetoday marked this pull request as ready for review March 26, 2026 11:57
Copy link
Contributor

@mbwhite mbwhite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM +1

import java.util.Arrays;
import java.util.List;

/** Abstract base class for binary relations that have exactly two input relations. */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you have a binary relation without two inputs :-)

return visitor.visit(this, context);
}

/** Represents a grouping set - a set of expressions to group by. */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... by which to group :)

@andrew-coleman andrew-coleman merged commit 999cdcb into substrait-io:main Mar 26, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants